Share via


PackageStatus.DataOffline Property

Definition

Indicates whether the data for the package is offline.

public:
 property bool DataOffline { bool get(); };
bool DataOffline();
public bool DataOffline { get; }
var boolean = packageStatus.dataOffline;
Public ReadOnly Property DataOffline As Boolean

Property Value

Boolean

bool

TRUE indicates that the data for the package is installed on a volume which is currently offline or cannot be accessed; otherwise FALSE.

Remarks

One reason that the data could be offline is that it is stored on removable media that has been removed.

Applies to