DriveInfo.DiskID Property
Gets and sets the disk ID.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public Guid DiskID { get; set; }
public:
[DataMemberAttribute]
property Guid DiskID {
Guid get();
void set(Guid value);
}
<DataMemberAttribute>
Public Property DiskID As Guid
Property Value
Type: System.Guid
The disk ID.
See Also
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top