Gets or sets the item field to evaluate the filter on.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ItemField Field { get; set; }
Public Property Field As ItemField
Get
Set
public:
property ItemField Field {
ItemField get ();
void set (ItemField value);
}
member Field : ItemField with get, set
Property Value
Type:
ItemField
See Also