IVsaEngine.IsDirty Property

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
    Get
bool IsDirty { get; }
property bool IsDirty {
    bool get ();
}
abstract IsDirty : bool
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