WorkbookConnection.InModel 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.
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.