QualifyMemberListRequest.MembersId Property

Definition

Gets or sets an array of IDs of the members to qualify. Required.

public:
 property cli::array <Guid> ^ MembersId { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] MembersId { get; set; }
member this.MembersId : Guid[] with get, set
Public Property MembersId As Guid()

Property Value

Guid[]

The array of IDs of the members to qualify.

Remarks

The list members can be accounts, contacts, or leads. Each element of the MemberIds array corresponds to the Account.AccountId property, Contact.ContactId property, or Lead.LeadId property, which is the primary key for the corresponding entity.

Applies to