Class Field<TValue>
Version: 21.x
Represents an arbitrary field in a Sitecore layout service response that contains a value.
Inheritance
System.Object
Field<TValue>
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class Field<TValue> : Field, IFieldReader, IValueField<TValue>, IFieldType Parameters
| Name | Description |
|---|---|
| TValue |
The value type. |
Constructors
Field()
Declaration
RequestResponse
public Field()Properties
Value
Gets or sets the value of the IField.
Declaration
RequestResponse
public TValue Value { get; set; }Property Value
| Type | Description |
|---|---|
| TValue |