Clase de ArgumentDirectionAttribute
Se aplica a: CRM 2015 on-prem, CRM Online
Specifies the direction, either input or output, for an action argument.
Espacio de nombres: Microsoft.Xrm.Sdk.Workflow
Ensamblado: Microsoft.Xrm.Sdk.Workflow (en Microsoft.Xrm.Sdk.Workflow.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentDirectionAttribute
Inherits Attribute
Implements IWorkflowArgument
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentDirectionAttribute : Attribute, IWorkflowArgument
Comentarios
An input argument becomes a custom property on the message request of an action. An output argument becomes a custom property on the message response of an action.
Jerarquía heredada
System.Object
System.Attribute
Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Miembros de ArgumentDirectionAttribute
Espacio de nombres de Microsoft.Xrm.Sdk.Workflow
Otros recursos
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.