Share via


WebPageRenderingBase.User Property

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Overridable Property User As IPrincipal 
    Get 
    Friend Set
'Usage
Dim instance As WebPageRenderingBase 
Dim value As IPrincipal 

value = instance.User
public virtual IPrincipal User { get; internal set; }
public:
virtual property IPrincipal^ User {
    IPrincipal^ get ();
    internal: void set (IPrincipal^ value);
}
abstract User : IPrincipal with get, internal set 
override User : IPrincipal with get, internal set
function get User () : IPrincipal 
internal function set User (value : IPrincipal)

Property Value

Type: System.Security.Principal.IPrincipal

See Also

Reference

WebPageRenderingBase Class

System.Web.WebPages Namespace