WorkflowArgument.Target Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether the argument is the primary entity being supplied to the workflow.

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

Syntax

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

Property Value

Type: System.Boolean

Type: Boolean
true if the argument is the primary entity; otherwise, false.

See Also

WorkflowArgument Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright