OrganizationProfile.AddMember Method (String, OrganizationMembershipType)

Adds the specified user profile to this OrganizationProfile object.

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

Syntax

'Declaration
Public Sub AddMember ( _
    strAccountName As String, _
    type As OrganizationMembershipType _
)
'Usage
Dim instance As OrganizationProfile
Dim strAccountName As String
Dim type As OrganizationMembershipType

instance.AddMember(strAccountName, type)
public void AddMember(
    string strAccountName,
    OrganizationMembershipType type
)

Parameters

  • strAccountName
    Type: System.String

    The name associated with the user profile.

See Also

Reference

OrganizationProfile Class

OrganizationProfile Members

AddMember Overload

Microsoft.Office.Server.UserProfiles Namespace