ObjectiveRelation Constructor (Guid, String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the ObjectiveRelation class.

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

Syntax

public ObjectiveRelation(
    Guid resourceSpecId,
    string objectiveExpression
)
public:
ObjectiveRelation(
    Guid resourceSpecId,
    String^ objectiveExpression
)
new : 
        resourceSpecId:Guid *
        objectiveExpression:string -> ObjectiveRelation
Public Sub New (
    resourceSpecId As Guid,
    objectiveExpression As String
)

Parameters

  • resourceSpecId
    Type: System.Guid

    Type: Guid. The ID of the resource specification.

  • objectiveExpression
    Type: System.String

    Type: String. The search strategy to use in the appointment request.

See Also

ObjectiveRelation Overload
ObjectiveRelation Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright