IVsaEngine.IsDirty Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a Boolean value that reports whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property IsDirty As Boolean
bool IsDirty { get; }
property bool IsDirty {
    bool get ();
}
abstract IsDirty : bool with get
function get IsDirty () : boolean

Property Value

Type: System.Boolean
Returns true if the script engine is marked as modified (i.e., "dirty"). Returns false if the script engine is not dirty. The default value for this property is false.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace