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 a value that indicates the way the filters are combined.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CombinationType As FilterCombinationType
Get
'Usage
Dim instance As CombinedFilterInfo
Dim value As FilterCombinationType
value = instance.CombinationType
public FilterCombinationType CombinationType { get; }
public:
property FilterCombinationType CombinationType {
FilterCombinationType get ();
}
member CombinationType : FilterCombinationType
function get CombinationType () : FilterCombinationType
Property Value
Type: Microsoft.Synchronization.FilterCombinationType
A value that indicates the way the filters are combined.
Remarks
The only type of combined filter that is supported is an intersection of two filters, so this property is always set to Intersection.