asp.net.ph

FormsIdentity.Name Property

System.Web.Security Namespace   FormsIdentity Class


Gets the name of the identity ( in this case, the user name ) .

[ VB ]
Public ReadOnly Property Name As String  Implements IIdentity.Name

[ C# ]
Public string Name {get;}

[ C++ ]
public: __property String* get_Name ( );

[ JScript ]
public Serializable
function get Name ( ) : String;

Property Value

The name of the identity ( in this case, the user name ) .

Implements

IIdentity.Name

See Also

FormsIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph