AppointmentRequest.Objectives Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public ObjectiveRelation[] Objectives { get; set; }
public:
[DataMemberAttribute]
property array<ObjectiveRelation^>^ Objectives {
    array<ObjectiveRelation^>^ get();
    void set(array<ObjectiveRelation^>^ value);
}
[<DataMemberAttribute>]
member Objectives : ObjectiveRelation[] with get, set
<DataMemberAttribute>
Public Property Objectives As ObjectiveRelation()

Property Value

Type: Microsoft.Crm.Sdk.Messages.ObjectiveRelation[]

Type: ObjectiveRelation
The scheduling strategy that overrides the default constraints.

See Also

ObjectiveRelation
ObjectiveExpression
AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright