AppointmentRequest.Objectives Property

Definition

Gets or sets the scheduling strategy that overrides the default constraints.

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

Property Value

The scheduling strategy that overrides the default constraints.

Attributes

Applies to

See also