ProfileBase.GetProfileValueCollection 方法
返回此配置文件的指定属性的值。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public MustOverride Function GetProfileValueCollection ( _
propName As String _
) As ProfileValueCollectionBase
用法
Dim instance As ProfileBase
Dim propName As String
Dim returnValue As ProfileValueCollectionBase
returnValue = instance.GetProfileValueCollection(propName)
public abstract ProfileValueCollectionBase GetProfileValueCollection(
string propName
)
参数
- propName
类型:System.String
返回值
类型:Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase