QualifyMemberListRequest.MembersId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.