This document is archived and information here might be outdated. Recommended version. |
property Get Dirty.
[Visual Basic .NET]
Public Property Dirty As Boolean
[C#]
public bool Dirty {get; set;}
[C++]
HRESULT get_Dirty(
Boolean* Dirty
);
[C++]
HRESULT put_Dirty(
VARIANT_BOOL Dirty
);
[C++] Parameters Dirty [out, retval]
Dirty is a parameter of type bool* Dirty [in]
Dirty is a parameter of type bool