Drive.ID Property
Note: This API is now obsolete.
Gets the unique identifier of the drive.
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 that identifies the drive.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top