Share via


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)

Syntax

'Declaration
Public ReadOnly Property ScopeRangeSet As RangeSet
'Usage
Dim instance As KnowledgeFragmentBuilder
Dim value As RangeSet

value = instance.ScopeRangeSet
public RangeSet ScopeRangeSet { get; }
public:
property RangeSet^ ScopeRangeSet {
    RangeSet^ get ();
}
/** @property */
public RangeSet get_ScopeRangeSet ()
public function get ScopeRangeSet () : RangeSet

Property Value

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

Remarks

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.

See Also

Reference

KnowledgeFragmentBuilder Class
KnowledgeFragmentBuilder Members
Microsoft.Synchronization Namespace