AppointmentsToIgnore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.