Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of ItemOverride objects that are used to build the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemOverrides As IList(Of ItemOverride)
Get
'Usage
Dim instance As KnowledgeBuilder
Dim value As IList(Of ItemOverride)
value = instance.ItemOverrides
public IList<ItemOverride> ItemOverrides { get; }
public:
property IList<ItemOverride^>^ ItemOverrides {
IList<ItemOverride^>^ get ();
}
member ItemOverrides : IList<ItemOverride>
function get ItemOverrides () : IList<ItemOverride>
Property Value
Type: System.Collections.Generic.IList<ItemOverride>
The list of ItemOverride objects that are used to build the knowledge.