Partager via


DriveInfo.DiskObjectId Property

 

Gets and sets the disk object ID.

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

Syntax

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

Property Value

Type: System.String

The disk object ID.

See Also

DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top