Public ReadOnly Property Profile As ProfileBase
Dim instance As HttpContext Dim value As ProfileBase value = instance.Profile
public ProfileBase Profile { get; }
public: property ProfileBase^ Profile { ProfileBase^ get (); }
/** @property */ public ProfileBase get_Profile ()
public function get Profile () : ProfileBase
通过类型安全 API,Profile 属性用于结构化数据的持久性存储。如果访问 Profile 属性时不存在任何值,则返回一个空实例;不返回 空引用(在 Visual Basic 中为 Nothing)。
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。