Share via


Disk.Identifier Property

 

Gets the identifier of the disk.

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

Syntax

public string Identifier { get; internal set; }
public:
property String^ Identifier {
    String^ get();
    internal: void set(String^ value);
}
Public Property Identifier As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The identifier of the disk.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top