ItemFieldDictionary::ContainsKey Method
Indicates whether the ItemFieldDictionary collection contains an ItemField object with the specified key.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- key
- Type: System::UInt32
The key of the item field to find.
Return Value
Type: System::Booleantrue if the ItemField object with the specified key exists in the ItemFieldDictionary collection; otherwise false.
Implements
IDictionary<TKey, TValue>::ContainsKey(TKey)
Show: