KnowledgeInspector::ItemOverrides Property

Gets the collection of ItemOverride objects that are contained in the knowledge.

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

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

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ItemOverride>
The collection of ItemOverride objects that are contained in the knowledge.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from ItemOverrides.

Show: