CombinedFilterInfo::CombinationType Property

Gets a value that indicates the way the filters are combined.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property FilterCombinationType CombinationType {
	FilterCombinationType get ();
}

Property Value

Type: Microsoft.Synchronization::FilterCombinationType
A value that indicates the way the filters are combined.

The only type of combined filter that is supported is an intersection of two filters, so this property is always set to Intersection.

Show: