IADsPath Property Methods
The property method of the IADsPath interface sets the property described in the following table. For more information, see Interface Property Methods.
Properties
-
Path
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_Path( [out] BSTR* retval ); HRESULT put_Path( [in] BSTR bstrPath );
Path of a directory of the file system.
-
-
Type
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_Type( [out] LONG* retVal ); HRESULT put_Type( [in] LONG lnType );
File type of the file system.
-
-
VolumeName
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_VolumeName( [out] BSTR* retval ); HRESULT put_VolumeName( [in] BSTR bstrVolumeName );
Name of an existing volume of the file system.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsPath is defined as B287FCD5-4080-11D1-A3AC-00C04FB950DC |