ItemFieldDictionary.Values Property

Gets a collection of the values that are contained in the ItemFieldDictionary collection.

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

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of ItemField)
    Get
'Usage
Dim instance As ItemFieldDictionary
Dim value As ICollection(Of ItemField)

value = instance.Values
public ICollection<ItemField> Values { get; }
public:
virtual property ICollection<ItemField^>^ Values {
    ICollection<ItemField^>^ get () sealed;
}
abstract Values : ICollection<ItemField>
override Values : ICollection<ItemField>
final function get Values () : ICollection<ItemField>

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

See Also

Reference

ItemFieldDictionary Class

Microsoft.Synchronization.SimpleProviders Namespace