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