CorrelationProperty(String, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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)
Paramètres
- name
- String
Nom de la propriété utilisé dans le jeu de corrélations.
- value
- Object
Valeur de la propriété du jeu de corrélations.
Exceptions
name
est une référence Null (Nothing
en Visual Basic).