AppointmentsToIgnore Class
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.
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
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
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. |