Click or drag to resize
SearchFieldValue Property
Field value. May be null when field is not initialized with it's value.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public Object Value { get; set; }

Property Value

Type: Object

Implements

ISearchFieldValue
See Also