SPUpgradeContext.Item 属性 (String)
获取或设置属性的值,从字典的键是String。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Default Property Item ( _
key As String _
) As String
Get
Set
用法
Dim instance As SPUpgradeContext
Dim key As String
Dim value As String
value = instance(key)
instance(key) = value
public string this[
string key
] { get; set; }
参数
key
类型:System.String从字典的键是String对象。
属性值
类型:System.String
一个字符串,包含与该键关联的值。