IADsO Property Methods

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

Properties in Vtable Order

Property Access Method Prototype
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

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 locality name. The locality name identifies a geographical area in which the container is physically located.
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 Organization Object