View Source
Class UserData
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserData : IUserData
Properties
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
UserKey
Declaration
public Guid UserKey { get; set; }
Property Value
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|