.NET Framework Class Library

Document.SecurityMethod Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

Document.SecurityMethod Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property SecurityMethod As String
 Get
 Set

C#

public string SecurityMethod { getset; }

Visual C++

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

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace