ArgumentRequiredAttribute Constructor (Boolean)
Applies To: Dynamics CRM 2015
Initializes an instance of the ArgumentRequiredAttribute class with the passed value.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public ArgumentRequiredAttribute(
bool value
)
public:
ArgumentRequiredAttribute(
bool value
)
new :
value:bool -> ArgumentRequiredAttribute
Public Sub New (
value As Boolean
)
Parameters
value
Type: System.BooleanType: Boolean. Set to true if the argument is required; otherwise, false
See Also
ArgumentRequiredAttribute Overload
ArgumentRequiredAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright