Classe ArgumentTargetAttribute
Aplica-se a: CRM 2015 on-prem, 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 (em Microsoft.Xrm.Sdk.Workflow.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentTargetAttribute
Inherits Attribute
Implements IWorkflowArgument
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentTargetAttribute : Attribute, IWorkflowArgument
Comentários
This attribute is automatically generated or added and is optional for global actions.
Hierarquia de Herança
System.Object
System.Attribute
Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Membros de ArgumentTargetAttribute
Namespace Microsoft.Xrm.Sdk.Workflow
Outros recursos
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.