Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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