Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.