DataConnectionProperties.IsComplete Property

Definition

Gets a Boolean value indicating whether a given connection string is complete.

public:
 virtual property bool IsComplete { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsComplete { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsComplete : bool
Public Overridable ReadOnly Property IsComplete As Boolean

Property Value

true if the connection string is complete; otherwise, false.

Implements

Attributes

Applies to