Propiedad AddListMembersListRequest.MemberIds
Se aplica 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.
Espacio de nombres: Microsoft.Crm.Sdk.Messages
Ensamblado: Microsoft.Crm.Sdk.Proxy (en Microsoft.Crm.Sdk.Proxy.dll)
Sintaxis
'Declaración
Public Property MemberIds As Guid()
public Guid[] MemberIds { get; set; }
Valor de propiedad
Type: Guid[]
The array of IDs of the members that you want to add to the list.
Comentarios
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.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Clase de AddListMembersListRequest
Miembros de AddListMembersListRequest
Espacio de nombres de Microsoft.Crm.Sdk.Messages
Otros recursos
List Member Intersect Entity Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.