DynamicTableEntity.Item[String] プロパティ

定義

プロパティの名前を指定して、エンティティのプロパティを取得または設定します。

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

パラメーター

key
String

プロパティの名前を含む文字列。

プロパティ値

EntityProperty オブジェクト。

適用対象