AppointmentRequest.AppointmentsToIgnore Property

Definition

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

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::AppointmentsToIgnore ^> ^ AppointmentsToIgnore { cli::array <Microsoft::Crm::Sdk::Messages::AppointmentsToIgnore ^> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::AppointmentsToIgnore ^> ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")]
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore[] AppointmentsToIgnore { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")>]
[<System.Runtime.Serialization.DataMember>]
member this.AppointmentsToIgnore : Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore[] with get, set
Public Property AppointmentsToIgnore As AppointmentsToIgnore()

Property Value

The appointments to ignore in the search for possible appointments.

Attributes

Applies to