Share via


DiskInfo.Identifier Property

 

Gets and sets the disk identifier.

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

Syntax

[DataMemberAttribute]
public string Identifier { get; set; }
public:
[DataMemberAttribute]
property String^ Identifier {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Identifier As String

Property Value

Type: System.String

The disk identifier.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top