Interface IUserData
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public interface IUserData
Properties
View SourceGroup
Declaration
string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Declaration
Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
UserKey
Declaration
Guid UserKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Value
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |