Share via


AppointmentsToIgnore Class

Definition

Specifies the appointments to ignore in an appointment request from the SearchRequest class.

public ref class AppointmentsToIgnore sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AppointmentsToIgnore : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AppointmentsToIgnore = class
    interface IExtensibleDataObject
Public NotInheritable Class AppointmentsToIgnore
Implements IExtensibleDataObject
Inheritance
AppointmentsToIgnore
Attributes
Implements

Remarks

For the Web API the corresponding type is AppointmentsToIgnore complex type.

Constructors

Name Description
AppointmentsToIgnore()

Initializes a new instance of the AppointmentsToIgnore class.

AppointmentsToIgnore(Guid[], Guid)

Initializes a new instance of the AppointmentsToIgnore class setting the appointments and resource ID.

Properties

Name Description
Appointments

Gets or sets an array of IDs of appointments to ignore.

ExtensionData

Gets or sets the structure that contains extra data.

ResourceId

Gets or sets the resource for which appointments are to be ignored.

Applies to

See also