AppointmentRequest.Constraints Property

Definition

Gets or sets any additional constraints.

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::ConstraintRelation ^> ^ Constraints { cli::array <Microsoft::Crm::Sdk::Messages::ConstraintRelation ^> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::ConstraintRelation ^> ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")]
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.ConstraintRelation[] Constraints { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Needed to ensure backward compatibility")>]
[<System.Runtime.Serialization.DataMember>]
member this.Constraints : Microsoft.Crm.Sdk.Messages.ConstraintRelation[] with get, set
Public Property Constraints As ConstraintRelation()

Property Value

Additional constraints for the appointment.

Attributes

Applies to