AppointmentsToIgnore Constructor (Guid(), Guid)
Applies To: Dynamics CRM 2015
Initializes a new instance of the AppointmentsToIgnore class setting the appointments and resource ID.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public AppointmentsToIgnore(
Guid[] appointments,
Guid resourceId
)
public:
AppointmentsToIgnore(
array<Guid>^ appointments,
Guid resourceId
)
new :
appointments:Guid[] *
resourceId:Guid -> AppointmentsToIgnore
Public Sub New (
appointments As Guid(),
resourceId As Guid
)
Parameters
appointments
Type: System.Guid[]Type: Guid[]. The array of IDs of appointments to ignore.
resourceId
Type: System.GuidType: Guid. The resource for which appointments are to be ignored.
See Also
AppointmentsToIgnore Overload
AppointmentsToIgnore Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright