ArgumentDirectionAttribute クラス
適用対象: CRM 2015 on-prem, CRM Online
Specifies the direction, either input or output, for an action argument.
名前空間: Microsoft.Xrm.Sdk.Workflow
アセンブリ: Microsoft.Xrm.Sdk.Workflow (Microsoft.Xrm.Sdk.Workflow.dll に含まれる)
構文
'宣言
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentDirectionAttribute
Inherits Attribute
Implements IWorkflowArgument
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ArgumentDirectionAttribute : Attribute, IWorkflowArgument
備考
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.
継承階層
System.Object
System.Attribute
Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
ArgumentDirectionAttribute のメンバー
Microsoft.Xrm.Sdk.Workflow 名前空間
他のリソース
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.