Table of Contents

Interface IValueField<TValue>

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Exposes a Value property on an IField.

public interface IValueField<TValue> : IField

Type Parameters

TValue

The value type.

Properties

Value

Gets or sets the value of the IField.

TValue Value { get; set; }

Property Value

TValue