IConnectionManager.IsDirty Property

Definition

Gets a value indicating whether information in the connection manager has changed.

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

Property Value

true if the connection manager information has changed; otherwise, false.

Remarks

If the list of registered connections changes, the IsDirty property gets a value of true.

Applies to