Windows NT/2000 ADSI Scripting for System Administration
IADsSession
IADsSession::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | String |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::Computer
| Description | Returns the name of the client machine |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::ComputerPath
| Description | Returns the ADsPath to the client machine |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::ConnectTime
| Description | Returns the number of minutes elapsed since the session was started |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | Yes |
IADsSession::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsSession::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsSession::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADsSession::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved as Long) |
| Data Type | None |
IADsSession::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::IdleTime
| Description | Returns the number of minutes the session has been idle |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | Yes |
IADsSession::Name
| Description | Returns the relative name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::Put
| Description | Allows population of a single attribute by name |
| Provider Support | WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsSession::PutEx
| Description | Allows population of a multi-valued property by name |
| Provider Support | WinNT |
| Syntax | PutEx(ControlCode As Long, Name As String, Property As Variant) |
| Data Type | None |
IADsSession::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | WinNT |
| Syntax | SetInfo() |
| Data Type | None |
IADsSession:: User
| Description | Returns the name of the session user |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsSession::UserPath
| Description | Returns the ADsPath to the session user object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
| Top |