CorrelationProperty(String, Object) コンストラクター

定義

CorrelationProperty クラスの新しいインスタンスを初期化します。

public:
 CorrelationProperty(System::String ^ name, System::Object ^ value);
public CorrelationProperty(string name, object value);
new System.Workflow.Runtime.CorrelationProperty : string * obj -> System.Workflow.Runtime.CorrelationProperty
Public Sub New (name As String, value As Object)

パラメーター

name
String

関連付けセットで使用されるプロパティの名前。

value
Object

関連付けセット プロパティの値。

例外

name は null 参照です (Visual Basic では Nothing)。

適用対象