VsaItem.IsDirty Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaración
Public ReadOnly Property IsDirty As Boolean
Get
public bool IsDirty { get; }
public:
virtual property bool IsDirty {
bool get () sealed;
}
abstract IsDirty : bool
override IsDirty : bool
final function get IsDirty () : boolean
Property Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.