Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'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 index] {
ISyncFilter^ get (int index);
}
member Item : ISyncFilter
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The filter key of the filter to look up. This must be less than the value contained in Count.
Property Value
Type: Microsoft.Synchronization.ISyncFilter
The filter identified by index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid value. |