Drive.DriveGuid Property

 

Gets the identifier of the drive. The identifier persists across restarts.

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

Syntax

public Guid DriveGuid { get; internal set; }
public:
property Guid DriveGuid {
    Guid get();
    internal: void set(Guid value);
}
Public Property DriveGuid 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