获取/设置一个属性的值
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法Object this[
string strKey
] { get; set; }
Default Property Item (
strKey As String
) As Object
Get
Set
property Object^ default[String^ strKey] {
Object^ get (String^ strKey);
void set (String^ strKey, Object^ value);
}
abstract Item : Object with get, set
参数
- strKey
- 类型: SystemString
属性名称
属性值
类型:
Object
参见