IDTSProject100.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); };
[System.Runtime.InteropServices.DispId(1610678285)]
public bool OfflineMode { get; set; }
[<System.Runtime.InteropServices.DispId(1610678285)>]
member this.OfflineMode : bool with get, set
Public Property OfflineMode As Boolean

Property Value

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

Attributes

Applies to