FolderInfo.DriveID Property
Gets the identifier of the drive where the folder is located.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public Guid DriveID { get; set; }
public:
[DataMemberAttribute]
property Guid DriveID {
Guid get();
void set(Guid value);
}
<DataMemberAttribute>
Public Property DriveID As Guid
Property Value
Type: System.Guid
The ID of the drive where the folder is located.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top