.NET Framework Class Library

SaveDocumentResponse.ServerDocumentChanges Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > SaveDocumentResponse Class > SaveDocumentResponse Properties >

.NET Framework Class Library

SaveDocumentResponse.ServerDocumentChanges Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property ServerDocumentChanges As ServerDocumentInteractiveElements
 Get
 Set

C#

[DataMemberAttribute]
public ServerDocumentInteractiveElements ServerDocumentChanges { getset; }

Visual C++

public:
[DataMemberAttribute]
property ServerDocumentInteractiveElementsServerDocumentChanges {
 ServerDocumentInteractiveElementsget ();
 void set (ServerDocumentInteractiveElementsvalue);
}

See Also

SaveDocumentResponse Class

SaveDocumentResponse Members

Gnostice.Controls.ASP Namespace