Share via


PackageVolume.IsOffline Property

Definition

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.

Applies to

See also