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.
Note: This API is now obsolete.
Gets the unique identifier of the parent disk.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
[ObsoleteAttribute("DiskID is deprecated, please use DiskObjectId instead.")]
public Guid DiskID { get; internal set; }
public:
[ObsoleteAttribute("DiskID is deprecated, please use DiskObjectId instead.")]
property Guid DiskID {
    Guid get();
    internal: void set(Guid value);
}
<ObsoleteAttribute("DiskID is deprecated, please use DiskObjectId instead.")>
Public Property DiskID As Guid
    Get
    Friend Set
End Property
Property Value
Type: System.Guid
An instance Guid that identifies the parent disk.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top