Share via


ItemFieldDictionary.ContainsKey Method

Returns whether the ItemFieldDictionary collection contains an ItemField object with the specified key.

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

Syntax

'Declaration
Public Function ContainsKey ( _
    key As UInteger _
) As Boolean
'Usage
Dim instance As ItemFieldDictionary
Dim key As UInteger
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
public bool ContainsKey (
    uint key
)
public:
virtual bool ContainsKey (
    unsigned int key
) sealed
public final boolean ContainsKey (
    UInt32 key
)
public final function ContainsKey (
    key : uint
) : boolean

Parameters

  • key
    The key of the item field to find.

Return Value

true if the ItemField object with the specified key exists in the ItemFieldDictionary collection; otherwise false.

See Also

Reference

ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace