Project.OfflineMode Property

Definition

Gets or sets a value that indicates whether the project is on offline mode.

public:
 property bool OfflineMode { bool get(); void set(bool value); };
public bool OfflineMode { get; set; }
member this.OfflineMode : bool with get, set
Public Property OfflineMode As Boolean

Property Value

True if the project is on offline mode; otherwise, false.

Applies to