DiskDeviceDiskPolicyOffline Property |
Gets or sets physical disk offline attribute. Only valid for
physical disk objects, not volumes or partitions.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public Nullable<bool> DiskPolicyOffline { get; set; }
Public Property DiskPolicyOffline As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> DiskPolicyOffline {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member DiskPolicyOffline : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also