CorrelationProperty(String, Object) Constructor

Definition

Initializes a new instance of the CorrelationProperty class.

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)

Parameters

name
String

The name of the property used in the correlation set.

value
Object

The value of the correlation set property.

Exceptions

name is a null reference (Nothing in Visual Basic).

Applies to