AspNetWebSocketContext.Profile 属性

定义

获取包含用户配置文件数据的对象。

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

属性值

ProfileBase

如果应用程序配置文件包含配置文件的属性的定义,则为 ProfileBase 对象;否则为 null

例外

未实现该属性。

适用于