Class ValueListConfiguration.ValueListItem
Inheritance
System.Object
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ValueListItem
Properties
View SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |