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.
| Property | Access | Method Prototype | 
|---|---|---|
| BusinessCategory | R/W | HRESULT get_BusinessCategory ([out] BSTR *pbstrBusinessCategory); 
HRESULT put_BusinessCategory  | 
| Description | R/W | HRESULT get_Description ([out] BSTR *pbstrDescription); 
HRESULT put_Description | 
| FaxNumber | R/W | HRESULT get_FaxNumber ([out] BSTR *pbstrFaxNumber); 
HRESULT put_FaxNumber | 
| LocalityName | R/W | HRESULT get_LocalityName ([out] BSTR *pbstrLocalityName); 
HRESULT put_LocalityName | 
| PostalAddress | R/W | HRESULT get_PostalAddress ([out] BSTR *pbstrPostalAddress); 
HRESULT put_PostalAddress | 
| TelephoneNumber | R/W | HRESULT get_TelephoneNumber ([out] BSTR *pbstrTelephoneNumber); 
HRESULT put_TelephoneNumber | 
| SeeAlso | R/W | HRESULT get_SeeAlso ([out] BSTR *pbstrSeeAlso); 
HRESULT put_SeeAlso  | 
ADSI OrganizationalUnit Object