PackageClass.OfflineMode Property

Definition

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.

Applies to