ProfileBase.GetProfileValueCollection-Methode
Gibt die Werte für die angegebene Eigenschaft dieses Profils zurück.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public MustOverride Function GetProfileValueCollection ( _
propName As String _
) As ProfileValueCollectionBase
'Usage
Dim instance As ProfileBase
Dim propName As String
Dim returnValue As ProfileValueCollectionBase
returnValue = instance.GetProfileValueCollection(propName)
public abstract ProfileValueCollectionBase GetProfileValueCollection(
string propName
)
Parameter
- propName
Typ: System.String
Rückgabewert
Typ: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase