Interface IProfile
Defines the User Profile interface
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public interface IProfile
Properties
View SourceId
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |