.NET Framework Class Library

Document.Subject Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

Document.Subject Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property Subject As String
 Get
 Set

C#

public string Subject { getset; }

Visual C++

public:
property StringSubject {
 Stringget ();
 void set (Stringvalue);
}

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace