KnowledgeInspector::ItemOverrides Property
Gets the collection of ItemOverride objects that are contained in the knowledge.
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.
Show: