.NET Framework Class Library

SaveDocumentResponse.IsDirty Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

SaveDocumentResponse.IsDirty Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property IsDirty As Boolean
 Get
 Set

C#

[DataMemberAttribute]
public bool IsDirty { getset; }

Visual C++

public:
[DataMemberAttribute]
property bool IsDirty {
 bool get ();
 void set (bool value);
}

See Also

SaveDocumentResponse Class

SaveDocumentResponse Members

Gnostice.Controls.ASP Namespace