IConnectionManager.IsDirty 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.
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
.