Partilhar via


DynamicTableEntity.Properties Propriedade

Definição

Obtém ou define as propriedades na entidade de tabela, indexada pelo nome da propriedade.

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)

Valor da propriedade

Um objeto IDictionary<TKey,TValue> que contém as propriedades da entidade.

Aplica-se a