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
Type Parameters
| Name | Description |
|---|---|
| TValue |
The value type. |
Properties
Value
Gets or sets the value of the IField.
Declaration
Property Value
| Type | Description |
|---|---|
| TValue |