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
public interface IValueField<TValue> : IField
Type Parameters
NameDescription
TValue

The value type.

Properties

Value

Gets or sets the value of the IField.

Declaration
TValue Value { get; set; }
Property Value
TypeDescription
TValue
If you have suggestions for improving this article, let us know!