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