IADsAccessOU Property Methods

Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsOU interface get or set the properties described below. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Access Method Prototype
BusinessCategory R/W HRESULT get_BusinessCategory
([out] BSTR *pbstrBusinessCategory);

HRESULT put_BusinessCategory
([in] BSTR bstrBusinessCategory);

Description R/W HRESULT get_Description
([out] BSTR *pbstrDescription);

HRESULT put_Description
([in] BSTR bstrDescription);

FaxNumber R/W HRESULT get_FaxNumber
([out] BSTR *pbstrFaxNumber);

HRESULT put_FaxNumber
([in] BSTR bstrFaxNumber);

LocalityName R/W HRESULT get_LocalityName
([out] BSTR *pbstrLocalityName);

HRESULT put_LocalityName
([in] BSTR bstrLocalityName);

PostalAddress R/W HRESULT get_PostalAddress
([out] BSTR *pbstrPostalAddress);

HRESULT put_PostalAddress
([in] BSTR bstrPostalAddress);

TelephoneNumber R/W HRESULT get_TelephoneNumber
([out] BSTR *pbstrTelephoneNumber);

HRESULT put_TelephoneNumber
([in] BSTR bstrTelephoneNumber);

SeeAlso R/W HRESULT get_SeeAlso
([out] BSTR *pbstrSeeAlso);

HRESULT put_SeeAlso
([in] BSTR bstrSeeAlso);


Property Descriptions

BusinessCategory
Gets and sets a string indicating the general business function(s) performed by the organizational unit, for example "Accounting".
Description
Gets and sets the text that describes the locality.
FaxNumber
Gets and sets the fax number associated with the organization.
LocalityName
Gets and sets the CLSID of the code implementing the Active Directory object for this schema class.
PostalAddress
Gets and sets the main postal address of the locality.
TelephoneNumber
Gets and sets the telephone number associated with the organization.
SeeAlso
Gets and sets an array of ADsPath names of other directory objects which may be relevant to this object.

See Also

ADSI OrganizationalUnit Object