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: 13.0.131
Syntax
C#
public IEnumerable<Field> Fields { get; set; }

Property Value

Type: IEnumerableField
See Also