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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.