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
'Usage
Dim instance As CombinedFilterInfo
Dim value As FilterCombinationType
value = instance.CombinationType
public FilterCombinationType CombinationType { get; }
public:
property FilterCombinationType CombinationType {
FilterCombinationType get ();
}
/** @property */
public FilterCombinationType get_CombinationType ()
public function get CombinationType () : FilterCombinationType
Property Value
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
CombinedFilterInfo Members
Microsoft.Synchronization Namespace