AppointmentRequest.AppointmentsToIgnore Property

 

Applies To: Dynamics CRM 2015

Gets or sets the appointments to ignore in the search for possible appointments.

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

Syntax

[DataMemberAttribute]
public AppointmentsToIgnore[] AppointmentsToIgnore { get; set; }
public:
[DataMemberAttribute]
property array<AppointmentsToIgnore^>^ AppointmentsToIgnore {
    array<AppointmentsToIgnore^>^ get();
    void set(array<AppointmentsToIgnore^>^ value);
}
[<DataMemberAttribute>]
member AppointmentsToIgnore : AppointmentsToIgnore[] with get, set
<DataMemberAttribute>
Public Property AppointmentsToIgnore As AppointmentsToIgnore()

Property Value

Type: Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore[]

Type: AppointmentsToIgnore
The appointments to ignore in the search for possible appointments.

See Also

AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright