Compartilhar via


Propriedade AddListMembersListRequest.MemberIds

Aplica-se a: CRM 2015 on-prem, CRM Online

Gets or sets an array of IDs of the members that you want to add to the list. Required.

Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (em Microsoft.Crm.Sdk.Proxy.dll)

Sintaxe

'Declaração
Public Property MemberIds As Guid()
public Guid[] MemberIds { get; set; }

Valor de Propriedade

Type: Guid[]
The array of IDs of the members that you want to add to the list.

Comentários

Each element of the MemberIds array corresponds to the Account.AccountId attribute, Contact.ContactId attribute, or Lead.LeadId attribute. These record IDs are the primary keys for the corresponding entities: Account, Contact, and Lead.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Classe AddListMembersListRequest
Membros de AddListMembersListRequest
Namespace Microsoft.Crm.Sdk.Messages

Outros recursos

List Member Intersect Entity Metadata

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.