Share via


Disk.ObjectId Property

 

Gets the object ID of the disk.

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

Syntax

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

Property Value

Type: System.String

The object ID.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top