TextOptionsMetadataIndexingOptions Property |
Gets the options for indexing metadata fields.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic MetadataIndexingOptions MetadataIndexingOptions { get; }
Public ReadOnly Property MetadataIndexingOptions As MetadataIndexingOptions
Get
public:
property MetadataIndexingOptions^ MetadataIndexingOptions {
MetadataIndexingOptions^ get ();
}
member MetadataIndexingOptions : MetadataIndexingOptions with get
Property Value
Type:
MetadataIndexingOptionsThe options for indexing metadata fields.
See Also