Partager via


DynamicTableEntity.Properties Propriété

Définition

Obtient ou définit les propriétés dans l'entité de table, indexées par nom de propriété.

public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> Properties { get; set; }
member this.Properties : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> with get, set
Public Property Properties As IDictionary(Of String, EntityProperty)

Valeur de propriété

Objet IDictionary<TKey,TValue> qui contient les propriétés de l'entité.

S’applique à