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