Volume.DeviceId Property

Definition

Gets the device Id of the volume instance.

public:
 property System::String ^ DeviceId { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string DeviceId { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.DeviceId : string
Public ReadOnly Property DeviceId As String

Property Value

The String device Id.

Attributes

Applies to