FilterParameterCollection Class
A collection of parameters that are used when you filter the data that is selected from the server.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class FilterParameterCollection
Implements IEnumerable
[DefaultMemberAttribute("Item")]
public sealed class FilterParameterCollection : IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class FilterParameterCollection sealed : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public final class FilterParameterCollection implements IEnumerable
DefaultMemberAttribute("Item")
public final class FilterParameterCollection implements IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.Server.FilterParameterCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
FilterParameterCollection Members
Microsoft.Synchronization.Data.Server Namespace