.NET Framework Class Library

NeedUsernameEventArgs.UserName Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

NeedUsernameEventArgs.UserName Property

Get/Set user name for the document.

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property UserName As String
 Get
 Set

C#

public string UserName { getset; }

Visual C++

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

See Also

NeedUsernameEventArgs Class

NeedUsernameEventArgs Members

Gnostice.Controls.ASP Namespace