WorkflowArgument.Required Property

 

Applies To: Dynamics CRM 2015

Gets or sets if the workflow argument is required.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public bool Required { get; set; }
public:
property bool Required {
    bool get();
    void set(bool value);
}
member Required : bool with get, set
Public Property Required As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the argument is required; otherwise false.

See Also

WorkflowArgument Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright