ItemFieldDictionary.Keys Property

Gets a collection of the keys 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 Keys As ICollection(Of UInteger)
    Get
'Usage
Dim instance As ItemFieldDictionary
Dim value As ICollection(Of UInteger)

value = instance.Keys
public ICollection<uint> Keys { get; }
public:
virtual property ICollection<unsigned int>^ Keys {
    ICollection<unsigned int>^ get () sealed;
}
abstract Keys : ICollection<uint32>
override Keys : ICollection<uint32>
final function get Keys () : ICollection<uint>

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

See Also

Reference

ItemFieldDictionary Class

Microsoft.Synchronization.SimpleProviders Namespace