Partager via


DynamicTableEntity.Item[String] Propriété

Définition

Obtient ou définit la propriété de l’entité, en fonction du nom de la propriété.

public Microsoft.Azure.Cosmos.Table.EntityProperty this[string key] { get; set; }
member this.Item(string) : Microsoft.Azure.Cosmos.Table.EntityProperty with get, set
Default Public Property Item(key As String) As EntityProperty

Paramètres

key
String

Chaîne contenant le nom de la propriété.

Valeur de propriété

Objet EntityProperty.

S’applique à