IsDirty Property
Microsoft Robotics Studio
Indicates whether the document has changed or not
Namespace: Microsoft.Dss.Core.Utilities
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
public bool IsDirty{ get; set;}
'Declaration
Public Property IsDirty As Boolean
public:
property bool IsDirty {
bool get ();
void set (bool value);
}
See Also
CodeProject Class
Microsoft.Dss.Core.Utilities Namespace