HttpContextWrapper.Profile Eigenschaft

Definition

Ruft das ProfileBase-Objekt für das aktuelle Benutzerprofil ab.

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

Eigenschaftswert

ProfileBase

Ein Objekt, das das aktuelle Benutzerprofil darstellt, wenn Profileigenschaften in der Anwendungskonfigurationsdatei definiert und Profile für die Anwendung aktiviert sind, andernfalls null.

Gilt für