| IIndexBuilds Property |
Gets or sets dictionary of IndexBuilder object instances
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax IDictionary<string, IIndexBuilder> Builds { get; set; }
Property Builds As IDictionary(Of String, IIndexBuilder)
Get
Set
Property Value
Type:
IDictionaryString,
IIndexBuilderSee Also