.NET Framework Class Library

Pages.ProcessingStatus Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Pages.ProcessingStatus Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property ProcessingStatus As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intProcessingStatus { getset; }

Visual C++

public:
property Nullable<intProcessingStatus {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

See Also

Pages Class

Pages Members

Gnostice.Controls.ASP Namespace