PackageVolume.IsOffline 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.
Describes whether a volume is in an offline state.
public:
property bool IsOffline { bool get(); };
bool IsOffline();
public bool IsOffline { get; }
var boolean = packageVolume.isOffline;
Public ReadOnly Property IsOffline As Boolean
Property Value
Boolean
bool
true if the volume is in an offline state; otherwise, false.