ProfilePropertyLoader.ValueEx 方法

返回加载的配置文件的指定的配置文件属性的值。

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

语法

声明
Public Function ValueEx ( _
    strPropName As String _
) As Object()
用法
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As Object()

returnValue = instance.ValueEx(strPropName)
public Object[] ValueEx(
    string strPropName
)

参数

  • strPropName
    类型:System.String

    配置文件属性的名称。

返回值

类型:[]
配置文件属性的值。

备注

此方法返回指定的配置文件属性的值的数组。

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

Microsoft.SharePoint.Portal.WebControls 命名空间