Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier of the disk.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public Guid DiskGuid { get; internal set; }
public:
property Guid DiskGuid {
Guid get();
internal: void set(Guid value);
}
Public Property DiskGuid As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
An instance of Guid that identifies the disk.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top