MembershipUserProfile Property |
Gets a UserProfile for the user.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UserProfile Profile { get; }
Public ReadOnly Property Profile As UserProfile
Get
public:
property UserProfile^ Profile {
UserProfile^ get ();
}
member Profile : UserProfile with get
Property Value
Type:
UserProfile
See Also