  | SchemaDefinitionFieldTypes Property  | 
 
            Gets or sets Field types
            
 
    Namespace: 
   Dynamicweb.Indexing.Schemas
    Assembly:
   Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntaxpublic IEnumerable<FieldTypeDefinition> FieldTypes { get; set; }Public Property FieldTypes As IEnumerable(Of FieldTypeDefinition)
	Get
	Set
Property Value
Type: 
IEnumerableFieldTypeDefinition
See Also