KnowledgeFragmentBuilder::ScopeRangeSet Property

Gets the RangeSet object that refers to all change units that do not have an entry in the ColumnRangeSets property.

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

public:
property RangeSet^ ScopeRangeSet {
	RangeSet^ get ();
}

Property Value

Type: Microsoft.Synchronization::RangeSet
The RangeSet object that refers to all change units that do not have an entry in the ColumnRangeSets property.

The ScopeRangeSet property contains a list of Range objects that refer to all change units that do not have an associated RangeSet object. The ColumnRangeSets property contains a list of RangeSet objects that refer to particular change units.

Show: