Windows NT/2000 ADSI Scripting for System Administration
IADsOU Interface
IADsOU::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::BusinessCategory
| Description | Establishes the functional description for the business unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
IADsOU::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::Description
| Description | Establishes the description for the organizational unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
IADsOU::FaxNumber
| Description | Establishes the fax number for the organizational unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
IADsOU::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | LDAP |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsOU::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | LDAP |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsOU::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | LDAP |
| Syntax | GetInfo() |
| Data Type | None |
IADsOU::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | LDAP |
| Syntax | GetInfoEx(Properties As Variant, Reserved as Long) |
| Data Type | None |
IADsOU::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::LocalityName
| Description | Establishes the physical location of the organizational unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
IADsOU::Name
| Description | Returns the relative name of the bound object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::PostalAddress
| Description | Establishes the postal address for the organizational unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
IADsOU::Put
| Description | Allows population of a single attribute by name |
| Provider Support | LDAP |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsOU::PutEx
| Description | Allows population of a multi-valued property by name |
| Provider Support | LDAP |
| Syntax | PutEx(ControlCode As Long, Name As String, Property As Variant) |
| Data Type | None |
IADsOU::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | Yes |
IADsOU::SeeAlso
| Description | Establishes a list of other information relevant to the organizational unit |
| Provider Support | LDAP |
| Data Type | Variant |
| Read-Only? | No |
IADsOU::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | LDAP |
| Syntax | SetInfo() |
| Data Type | None |
IADsOU::TelephoneNumber
| Description | Establishes the telephone number associated with the organizational unit |
| Provider Support | LDAP |
| Data Type | String |
| Read-Only? | No |
| Top |