AspNetWebSocketContext.Profile Eigenschaft

Definition

Ruft ein Objekt ab, das Benutzerprofildaten enthält.

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

Eigenschaftswert

Ein ProfileBase Objekt, wenn die Anwendungskonfigurationsdatei eine Definition für die Eigenschaften des Profils enthält; andernfalls null.

Ausnahmen

Die Eigenschaft ist nicht implementiert.

Gilt für: