AppointmentsToIgnore Constructors

Definition

Overloads

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.

AppointmentsToIgnore()

Initializes a new instance of the AppointmentsToIgnore class.

public:
 AppointmentsToIgnore();
public AppointmentsToIgnore ();
Public Sub New ()

Applies to

AppointmentsToIgnore(Guid[], Guid)

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

public:
 AppointmentsToIgnore(cli::array <Guid> ^ appointments, Guid resourceId);
public AppointmentsToIgnore (Guid[] appointments, Guid resourceId);
new Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore : Guid[] * Guid -> Microsoft.Crm.Sdk.Messages.AppointmentsToIgnore
Public Sub New (appointments As Guid(), resourceId As Guid)

Parameters

appointments
Guid[]

The array of IDs of appointments to ignore.

resourceId
Guid

The resource for which appointments are to be ignored.

Applies to