PackageClass.OfflineMode 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 or sets a value that indicates whether the package is working in offline mode.
public:
virtual property bool OfflineMode { bool get(); void set(bool value); };
public virtual bool OfflineMode { get; set; }
member this.OfflineMode : bool with get, set
Public Overridable Property OfflineMode As Boolean
Property Value
true if the package is working in offline mode; otherwise, false.
Implements
Remarks
For more information, see Package.