KnowledgeFragmentBuilder::ColumnRangeSets Property

Gets the list of RangeSet objects that refer to a specific set of change units.

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

public:
property IDictionary<array<SyncId^>^, RangeSet^>^ ColumnRangeSets {
	IDictionary<array<SyncId^>^, RangeSet^>^ get ();
}

Property Value

Type: System.Collections.Generic::IDictionary<array<SyncId>, RangeSet>
The list of RangeSet objects that refer to a specific set of change units.

Each item in the list contained in this property pairs an array of change unit IDs with a RangeSet object. Each RangeSet object contains a list of Range objects that refers to the associated set of change units. The ScopeRangeSet contains a list of Range objects that refer to all change units that do not have an associated RangeSet object.

Show: