Interface IValueField<TValue>
Exposes a Value property on an IField.
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public interface IValueField<TValue> : IField
Type Parameters
Name | Description |
---|---|
TValue | The value type. |
Properties
Value
Gets or sets the value of the IField.
Declaration
TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue |