Class UserDataViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.UserData
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UserDataViewModel
Properties
View SourceGroup
Declaration
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Identifier
Declaration
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |