CorrelationProperty(String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.