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")> _
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
Public NotInheritable Class FilterParameterCollection
    Implements IEnumerable
'Usage
Dim instance As FilterParameterCollection
[DefaultMemberAttribute("Item")] 
[SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")] 
public sealed class FilterParameterCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1010:CollectionsShouldImplementGenericInterface")] 
public ref class FilterParameterCollection sealed : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") */ 
public final class FilterParameterCollection implements IEnumerable
DefaultMemberAttribute("Item") 
SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") 
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.

See Also

Reference

FilterParameterCollection Members
Microsoft.Synchronization.Data.Server Namespace