DiskInfo.DiskGuid Property

 

Gets and sets the disk GUID.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public Guid DiskGuid { get; set; }
public:
[DataMemberAttribute]
property Guid DiskGuid {
    Guid get();
    void set(Guid value);
}
<DataMemberAttribute>
Public Property DiskGuid As Guid

Property Value

Type: System.Guid

The disk GUID.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top