Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ProfileBase.GetProfileValueCollection(String).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overrides Function GetProfileValueCollection ( _
propName As String _
) As ProfileValueCollectionBase
'Usage
Dim instance As MemberGroup
Dim propName As String
Dim returnValue As ProfileValueCollectionBase
returnValue = instance.GetProfileValueCollection(propName)
public override ProfileValueCollectionBase GetProfileValueCollection(
string propName
)
Parameters
- propName
Type: System.String
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase