OrganizationProfile.AddMember method (Int64, OrganizationMembershipType)
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub AddMember ( _
userRecordID As Long, _
type As OrganizationMembershipType _
)
'Usage
Dim instance As OrganizationProfile
Dim userRecordID As Long
Dim type As OrganizationMembershipType
instance.AddMember(userRecordID, type)
[ObsoleteAttribute("This class is no longer supported.")]
public void AddMember(
long userRecordID,
OrganizationMembershipType type
)
Parameters
userRecordID
Type: System.Int64The record identifier for the user profile.
type
Type: Microsoft.Office.Server.UserProfiles.OrganizationMembershipTypeThe OrganizationMembershipType that identifies the type of membership. The user is either a member or a leader.