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 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 KnowledgeFragmentInspector
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
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
KnowledgeFragmentInspector Members
Microsoft.Synchronization Namespace