Click or drag to resize

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; }

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: Boolean
True if this partition entry represents a Windows NT fault tolerant partition, such as mirror or stripe set. False otherwise.
See Also