Share via


ArgumentTargetAttribute Constructors

Definition

Initializes an instance of the ArgumentTargetAttribute class.

Overloads

ArgumentTargetAttribute()

Initializes an instance of the ArgumentTargetAttribute class.

ArgumentTargetAttribute(Boolean)

Initializes an instance of the ArgumentTargetAttribute class setting the Value property .

ArgumentTargetAttribute()

Initializes an instance of the ArgumentTargetAttribute class.

public:
 ArgumentTargetAttribute();
public ArgumentTargetAttribute ();
Public Sub New ()

Remarks

The Value property is set to false by default.

Applies to

ArgumentTargetAttribute(Boolean)

Initializes an instance of the ArgumentTargetAttribute class setting the Value property .

public:
 ArgumentTargetAttribute(bool value);
public ArgumentTargetAttribute (bool value);
new Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute : bool -> Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute
Public Sub New (value As Boolean)

Parameters

value
Boolean

When true, the argument indicates the primary entity; otherwise, false

Applies to