Classe ArgumentDirectionAttribute
Si applica a: CRM 2015 on-prem, CRM Online
Specifies the direction, either input or output, for an action argument.
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 ArgumentDirectionAttribute
Inherits Attribute
Implements IWorkflowArgument
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentDirectionAttribute : Attribute, IWorkflowArgument
Note
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.
Gerarchia ereditarietà
System.Object
System.Attribute
Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute
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 ArgumentDirectionAttribute
Spazio dei nomi Microsoft.Xrm.Sdk.Workflow
Altre risorse
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.