Share via


Drive.DiskObjectId Property

 

Gets the disk object ID.

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

Syntax

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

Property Value

Type: System.String

The disk object ID.

See Also

Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top