asp.net.ph

HttpApplication.User Property

System.Web Namespace   HttpApplication Class


Gets the intrinsic user object for the current request.

[ VB ]
Public ReadOnly Property User As IPrincipal

[ C# ]
public IPrincipal User {get;}

[ C++ ]
public: __property IPrincipal* get_User ( );

[ JScript ]
public function get User ( ) : IPrincipal;

Property Value

The IPrincipal representing the current authenticated or anonymous user.

Exceptions


Exception Type Condition
HttpException Occurs when the IPrincipal is a null reference ( Nothing in Visual Basic ).

See Also

HttpApplication 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