KnowledgeFragmentInspector.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
    Get
'Usage
Dim instance As KnowledgeFragmentInspector
Dim value As RangeSet

value = instance.ScopeRangeSet
public RangeSet ScopeRangeSet { get; }
public:
property RangeSet^ ScopeRangeSet {
    RangeSet^ get ();
}
member ScopeRangeSet : RangeSet
function get ScopeRangeSet () : RangeSet

Property Value

Type: Microsoft.Synchronization.RangeSet
Gets 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

KnowledgeFragmentInspector Class

Microsoft.Synchronization Namespace