PackageVolume.IsSystemVolume Property

Definition

Describes whether a volume is an internal system volume mapped to the %SYSTEMDRIVER% environment variable.

public:
 property bool IsSystemVolume { bool get(); };
bool IsSystemVolume();
public bool IsSystemVolume { get; }
var boolean = packageVolume.isSystemVolume;
Public ReadOnly Property IsSystemVolume As Boolean

Property Value

Boolean

bool

true if the volume is an internal system volume mapped to the %SYSTEMDRIVER% environment variable; otherwise, false.

Applies to

See also