WorkbookConnection.InModel Property

Definition

Specifies whether or not the WorkbookConnection object has been added to the model. Boolean (bool in C#) Read-only.

public:
 property bool InModel { bool get(); };
public bool InModel { get; }
Public ReadOnly Property InModel As Boolean

Property Value

Remarks

Must be false for legacy connections.

Applies to