FilterKeyMap.Item Property

Looks up the specified filter.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ISyncFilter
'Usage
Dim instance As FilterKeyMap
Dim index As Integer
Dim value As ISyncFilter

value = instance(index)
public ISyncFilter this [
    int index
] { get; }
public:
property ISyncFilter^ default [int] {
    ISyncFilter^ get (int index);
}
/** @property */
public ISyncFilter get_Item (int index)

Parameters

  • index
    The filter key of the filter to look up. This must be less than the value contained in Count.

Property Value

The filter identified by index.

Exceptions

Exception type Condition

ArgumentOutOfRangeException

index is not a valid value.

See Also

Reference

FilterKeyMap Class
FilterKeyMap Members
Microsoft.Synchronization Namespace