Share via


ArgumentTargetAttribute Constructor (Boolean)

 

Applies To: Dynamics CRM 2015

Initializes an instance of the ArgumentTargetAttribute class setting the Value property .

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

Syntax

public ArgumentTargetAttribute(
    bool value
)
public:
ArgumentTargetAttribute(
    bool value
)
new : 
        value:bool -> ArgumentTargetAttribute
Public Sub New (
    value As Boolean
)

Parameters

  • value
    Type: System.Boolean

    Type: Boolean. When true, the argument indicates the primary entity; otherwise, false

See Also

ArgumentTargetAttributeā€‚Overload
ArgumentTargetAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

Ā© 2016 Microsoft. All rights reserved. Copyright