Propriété MergeRequest.SubordinateId
S'applique à: CRM 2015 on-prem, CRM Online
Gets or sets the ID of the entity record from which to merge data. Required.
Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)
Syntaxe
'Déclaration
Public Property SubordinateId As Guid
public Guid SubordinateId { get; set; }
Valeur de propriété
Type: GUID
The ID of the entity record from which to merge data.
Remarques
The entity type of the specified record for SubordinateId must match the entity type of the specified record in the Target property. The specified record must be one of following entity types: Account, Contact, Lead or Incident.
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Classe MergeRequest
Membres MergeRequest
Espace de noms Microsoft.Crm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.