KnowledgeInspector::ItemChangeUnitOverrides Property
Gets the collection of ItemChangeUnitOverride objects that are contained in the knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property ReadOnlyCollection<ItemChangeUnitOverride^>^ ItemChangeUnitOverrides { ReadOnlyCollection<ItemChangeUnitOverride^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ItemChangeUnitOverride>The collection of ItemChangeUnitOverride objects that are contained in the knowledge.
Show: