ArgumentRequiredAttribute 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 ArgumentRequiredAttribute class.
Overloads
ArgumentRequiredAttribute() |
Initializes an instance of the ArgumentRequiredAttribute class. |
ArgumentRequiredAttribute(Boolean) |
Initializes an instance of the ArgumentRequiredAttribute class with the passed value. |
ArgumentRequiredAttribute()
Initializes an instance of the ArgumentRequiredAttribute class.
public:
ArgumentRequiredAttribute();
public ArgumentRequiredAttribute ();
Public Sub New ()
Remarks
By default, the argument is not required.
Applies to
ArgumentRequiredAttribute(Boolean)
Initializes an instance of the ArgumentRequiredAttribute class with the passed value.
public:
ArgumentRequiredAttribute(bool value);
public ArgumentRequiredAttribute (bool value);
new Microsoft.Xrm.Sdk.Workflow.ArgumentRequiredAttribute : bool -> Microsoft.Xrm.Sdk.Workflow.ArgumentRequiredAttribute
Public Sub New (value As Boolean)
Parameters
- value
- Boolean
Set to true
if the argument is required; otherwise, false