AppointmentRequest.Constraints Property
Applies To: Dynamics CRM 2015
Gets or sets any additional constraints.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public ConstraintRelation[] Constraints { get; set; }
public:
[DataMemberAttribute]
property array<ConstraintRelation^>^ Constraints {
array<ConstraintRelation^>^ get();
void set(array<ConstraintRelation^>^ value);
}
[<DataMemberAttribute>]
member Constraints : ConstraintRelation[] with get, set
<DataMemberAttribute>
Public Property Constraints As ConstraintRelation()
Property Value
Type: Microsoft.Crm.Sdk.Messages.ConstraintRelation[]
Type: ConstraintRelation
Additional constraints for the appointment.
See Also
AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright