User.Profile Property
Gets or sets the user profile.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
'Declaration
Public Overridable Property Profile As ProfileEntity
Get
Set
'Usage
Dim instance As User
Dim value As ProfileEntity
value = instance.Profile
instance.Profile = value
public virtual ProfileEntity Profile { get; set; }
public:
virtual property ProfileEntity^ Profile {
ProfileEntity^ get ();
void set (ProfileEntity^ value);
}
abstract Profile : ProfileEntity with get, set
override Profile : ProfileEntity with get, set
function get Profile () : ProfileEntity
function set Profile (value : ProfileEntity)
Property Value
Type: System.Web.Providers.Entities.ProfileEntity
The user profile.
See Also
Reference
System.Web.Providers.Entities Namespace