PackageStatus.DataOffline 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.
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.