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