KnowledgeBuilder::ItemRangeOverrides Property

Gets the list of ItemRangeOverride objects that are used to build the knowledge.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property IList<ItemRangeOverride^>^ ItemRangeOverrides {
	IList<ItemRangeOverride^>^ get ();
}

Property Value

Type: System.Collections.Generic::IList<ItemRangeOverride>
The list of ItemRangeOverride objects that are used to build the knowledge.

Range overrides must be ordered based on their lower and upper bounds, from lowest to highest. The upper bound of a range cannot be greater than the lower bound of the next range in the list.

Show: