This topic has not yet been rated - Rate this topic

DynamicTableEntity.Item Property

Gets or sets the entity's property, given the name of the property.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
'Usage
Dim instance As DynamicTableEntity
Dim key As String
Dim value As EntityProperty

value = instance(key)

instance(key) = value
public EntityProperty this [
	string key
] { get; set; }
/** @property */
public EntityProperty get_Item (String key)

/** @property */
public void set_Item (String key, EntityProperty value)

Parameters

key

The name of the property.

Property Value

The property.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter