ArgumentTargetAttribute Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Identifies the argument is the primary entity for which the workflow is run.

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

System.Object
  System.Attribute
    Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute

[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentTargetAttribute : Attribute, IWorkflowArgument

NameDescription
System_CAPS_pubmethodArgumentTargetAttribute()

Initializes an instance of the ArgumentTargetAttribute class.

System_CAPS_pubmethodArgumentTargetAttribute(Boolean)

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

NameDescription
System_CAPS_pubpropertyArgumentValue

Gets the primary entity for which the workflow is run.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

System_CAPS_pubpropertyValue

Gets a value indicating the argument is the primary entity for which the workflow is run.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This attribute is automatically generated or added and is optional for global actions.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: