次の方法で共有


DynamicTableEntity.Properties プロパティ

定義

プロパティ名にインデックスが設定された、テーブル エンティティのプロパティを取得または設定します。

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)

プロパティ値

エンティティのプロパティを含む IDictionary<TKey,TValue> オブジェクトです。

適用対象