KnowledgeBuilder::ItemOverrides Property

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

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

public:
property IList<ItemOverride^>^ ItemOverrides {
	IList<ItemOverride^>^ get ();
}

Property Value

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