Click or drag to resize
AddDocumentValueEventArgsFields Property
Enumeration of Azure Search fields corresponding to the Document.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<Field> Fields { get; set; }

Property Value

Type: IEnumerableField
See Also