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