PackageVolume.IsSystemVolume Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether or not the 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
.