Compartir a través de


DynamicTableEntity.Properties Propiedad

Definición

Obtiene o establece las propiedades de la entidad de tabla, indexadas por nombre de propiedad.

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 de propiedad

Un objeto IDictionary<TKey,TValue> que contiene las propiedades de la entidad.

Se aplica a