Condividi tramite


Classe ArgumentTargetAttribute

Si applica a: CRM 2015 on-prem, CRM Online

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

Spazio dei nomi: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentTargetAttribute
    Inherits Attribute
    Implements IWorkflowArgument
[SerializableAttribute] 
[AttributeUsageAttribute(AttributeTargets.All)] 
public sealed class ArgumentTargetAttribute : Attribute, IWorkflowArgument

Note

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

Gerarchia ereditarietà

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

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Membri ArgumentTargetAttribute
Spazio dei nomi Microsoft.Xrm.Sdk.Workflow

Altre risorse

Create your own actions

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.