你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableEntity.Item[String] 属性

定义

获取或设置实体的属性,给定属性的名称。

public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object

参数

key
String

包含属性名称的字符串。

属性值

作为 对象键入的属性值。

实现

适用于