.NET Framework Class Library

UserIdentityResponse.userName Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

UserIdentityResponse.userName Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property userName As String
 Get
 Set

C#

[DataMemberAttribute]
public string userName { getset; }

Visual C++

public:
[DataMemberAttribute]
property StringuserName {
 Stringget ();
 void set (Stringvalue);
}

See Also

UserIdentityResponse Class

UserIdentityResponse Members

Gnostice.Controls.ASP Namespace