ObjectiveRelation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObjectiveRelation() |
Initializes a new instance of the ObjectiveRelation class. |
ObjectiveRelation(Guid, String) |
Initializes a new instance of the ObjectiveRelation class. |
ObjectiveRelation()
Initializes a new instance of the ObjectiveRelation class.
public:
ObjectiveRelation();
public ObjectiveRelation ();
Public Sub New ()
Applies to
ObjectiveRelation(Guid, String)
Initializes a new instance of the ObjectiveRelation class.
public:
ObjectiveRelation(Guid resourceSpecId, System::String ^ objectiveExpression);
public ObjectiveRelation (Guid resourceSpecId, string objectiveExpression);
new Microsoft.Crm.Sdk.Messages.ObjectiveRelation : Guid * string -> Microsoft.Crm.Sdk.Messages.ObjectiveRelation
Public Sub New (resourceSpecId As Guid, objectiveExpression As String)
Parameters
- resourceSpecId
- Guid
The ID of the resource specification.
- objectiveExpression
- String
The search strategy to use in the appointment request.