  | SchemaDefinitionFields Property  | 
 
            Gets or sets fields
            
 
    Namespace: 
   Dynamicweb.Indexing.Schemas
    Assembly:
   Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax[JsonConverterAttribute(typeof(FieldJsonConverter))]
public IEnumerable<FieldDefinitionBase> Fields { get; set; }<JsonConverterAttribute(GetType(FieldJsonConverter))>
Public Property Fields As IEnumerable(Of FieldDefinitionBase)
	Get
	Set
Property Value
Type: 
IEnumerableFieldDefinitionBase
See Also