NativeFileIOPARTITION_INFORMATIONIsFTPartition Property |
Indicates whether this partition entry represents a Windows NT fault tolerant partition,
such as mirror or stripe set.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public bool IsFTPartition { get; }
Public ReadOnly Property IsFTPartition As Boolean
Get
public:
property bool IsFTPartition {
bool get ();
}
member IsFTPartition : bool with get
Property Value
Type:
Boolean
Indicates whether this partition entry represents a Windows NT fault tolerant partition,
such as mirror or stripe set.
Return Value
Type:
BooleanTrue if this partition entry represents a Windows NT fault tolerant partition,
such as mirror or stripe set. False otherwise.
See Also