Compartilhar via


DriveInfo.OnDynamicDisk Property

 

Gets and sets a value that describes if the drive is on a dymamic disk.

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

Syntax

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

Property Value

Type: System.Boolean

true if the drive is on a dynamic disk; otherwise, false.

See Also

DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top