Partager via


Propriété BookRequest.Target

S'applique à: CRM 2015 on-prem, CRM Online

Gets or sets the record that is the target of the book operation. Required.

Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)

Syntaxe

'Déclaration
Public Property Target As Entity
public Entity Target { get; set; }

Valeur de propriété

Type:Entity
The target entity instance for the book operation.

Remarques

Set the value of this property to an instance of the entity type that you want to schedule: Appointment, RecurringAppointmentMaster, or ServiceAppointment.

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 BookRequest
Membres BookRequest
Espace de noms Microsoft.Crm.Sdk.Messages

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