UserProfilePropertiesForUser constructor

Initializes a new instance of theUserProfilePropertiesForUser class.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub New ( _
    accountName As String, _
    propertyNames As String() _
)
'Usage
Dim accountName As String
Dim propertyNames As String()

Dim instance As New UserProfilePropertiesForUser(accountName, _
    propertyNames)
public UserProfilePropertiesForUser(
    string accountName,
    string[] propertyNames
)

Parameters

  • accountName
    Type: System.String

    The account name of the user to get properties for.

  • propertyNames
    Type: []

    The names of the user profile properties to get.

See also

Reference

UserProfilePropertiesForUser class

UserProfilePropertiesForUser members

Microsoft.Office.Server.UserProfiles namespace