Folder.DriveID Property
Note: This API is now obsolete.
Gets the identifier of the drive where the folder is located.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[ObsoleteAttribute("DriveID is deprecated, please use DriveObjectId instead.")]
public Guid DriveID { get; internal set; }
public:
[ObsoleteAttribute("DriveID is deprecated, please use DriveObjectId instead.")]
property Guid DriveID {
Guid get();
internal: void set(Guid value);
}
<ObsoleteAttribute("DriveID is deprecated, please use DriveObjectId instead.")>
Public Property DriveID As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
An instance of Guid that identifies the drive.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top