Partager via


DriveInfo.DriveGuid Property

 

Gets the identifier of the drive.

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

Syntax

[DataMemberAttribute]
public Guid DriveGuid { get; set; }
public:
[DataMemberAttribute]
property Guid DriveGuid {
    Guid get();
    void set(Guid value);
}
<DataMemberAttribute>
Public Property DriveGuid As Guid

Property Value

Type: System.Guid

The identifier of the drive.

See Also

DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top