Windows NT/2000 ADSI Scripting for System Administration
IADsFileShare
IADsFileShare::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare::CurrentUserCount
| Description | Returns the number of current users |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | Yes |
IADsFileShare::Description
| Description | Establishes the description for a file share |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsFileShare::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsFileShare::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsFileShare::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADsFileShare::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved As Long) |
| Data Type | None |
IADsFileShare::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare::HostComputer
| Description | Establishes the ADsPath to the computer hosting the file share |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsFileShare::MaxUserCount
| Description | Establishes the maximum number of users permitted on the file share |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsFileShare::Name
| Description | Returns the relative name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare:: Path
| Description | Establishes the file system path to the file share |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsFileShare::Put
| Description | Allows population of a single attribute by name |
| Provider Support | WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsFileShare::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 |
IADsFileShare::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsFileShare::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | WinNT |
| Syntax | SetInfo() |
| Data Type | None |
| Top |