ItemFieldDictionary.Item Property
Gets or sets the ItemField object that corresponds to the specified key.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Default Property Item ( _
key As UInteger _
) As ItemField
'Usage
Dim instance As ItemFieldDictionary
Dim key As UInteger
Dim value As ItemField
value = instance(key)
instance(key) = value
public ItemField this [
uint key
] { get; set; }
public:
virtual property ItemField^ default [unsigned int] {
ItemField^ get (unsigned int key) sealed;
void set (unsigned int key, ItemField^ value) sealed;
}
/** @property */
public final ItemField get_Item (UInt32 key)
/** @property */
public final void set_Item (UInt32 key, ItemField value)
Parameters
- key
The key of the ItemField object to get or set.
Property Value
The ItemField object that corresponds to the specified key.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace