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)
'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;
}
/** @property */
public final ICollection<ItemField> get_Values ()
public final function get Values () : ICollection<ItemField>
Property Value
A collection of the values that are contained in the ItemFieldDictionary collection.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace