HttpContextWrapper.Profile Egenskap

Definition

Hämtar objektet ProfileBase för den aktuella användarprofilen.

public:
 virtual property System::Web::Profile::ProfileBase ^ Profile { System::Web::Profile::ProfileBase ^ get(); };
public override System.Web.Profile.ProfileBase Profile { get; }
member this.Profile : System.Web.Profile.ProfileBase
Public Overrides ReadOnly Property Profile As ProfileBase

Egenskapsvärde

Om profilegenskaper definieras i programkonfigurationsfilen och profilerna är aktiverade för programmet, ett objekt som representerar den aktuella användarprofilen. annars . null

Gäller för