SPSequence.GetProperty 方法

从升级配置文件返回的每个序列属性之一

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetProperty ( _
    name As String _
) As String
用法
Dim instance As SPSequence
Dim name As String
Dim returnValue As String

returnValue = instance.GetProperty(name)
public string GetProperty(
    string name
)

参数

返回值

类型:System.String
该属性的值

另请参阅

引用

SPSequence 类

SPSequence 成员

Microsoft.SharePoint.Upgrade 命名空间