ItemFieldDictionary::Keys Property
Gets a collection of the keys that are contained in the ItemFieldDictionary collection.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: virtual property ICollection<unsigned int>^ Keys { ICollection<unsigned int>^ get () sealed; }
Property Value
Type: System.Collections.Generic::ICollection<UInt32>A collection of the keys that are contained in the ItemFieldDictionary collection.
Implements
IDictionary<TKey, TValue>::Keys
Show: