Disk.ID Property
Note: This API is now obsolete.
Gets the identifier that is assigned by the Unique Drive Extender for the disk.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[ObsoleteAttribute("ID is deprecated, please use ObjectId instead.")]
public Guid ID { get; internal set; }
public:
[ObsoleteAttribute("ID is deprecated, please use ObjectId instead.")]
property Guid ID {
Guid get();
internal: void set(Guid value);
}
<ObsoleteAttribute("ID is deprecated, please use ObjectId instead.")>
Public Property ID As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
An instance of Guid.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top