ArgumentTargetAttribute 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.
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 |
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