Share via


CombinedFilterInfo.CombinationType Property

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.

See Also

Reference

CombinedFilterInfo Class

Microsoft.Synchronization Namespace