FilterKeyMap::Item Property

Looks up the specified filter.

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

public:
property ISyncFilter^ default[int index] {
	ISyncFilter^ get (int index);
}

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.

ExceptionCondition
ArgumentOutOfRangeException

index is not a valid value.

Show: