Share via


IDataConnectionProperties.IsComplete Property

Definition

Retrieves a Boolean value indicating whether the current set of connection property values provides sufficient information to open a connection to the data source.

public:
 property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean

Property Value

true if the connection properties are complete; otherwise, false.

Applies to