ArgumentRequiredAttribute.Value Property
Applies To: Dynamics CRM 2015
Gets or sets the argument value.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public bool Value { get; set; }
public:
property bool Value {
bool get();
void set(bool value);
}
member Value : bool with get, set
Public Property Value As Boolean
Property Value
Type: System.Boolean
Type: Boolean
True if the argument is required; otherwise, false.
See Also
ArgumentRequiredAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright