Partager via


TrackingParameters.CallPath Propriété

Définition

Obtient une liste de chaînes, chacune représentant le QualifiedName d'une activité dans la chaîne d'appel de l'instance de workflow associée au canal de suivi.

public:
 property System::Collections::Generic::IList<System::String ^> ^ CallPath { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> CallPath { get; }
member this.CallPath : System.Collections.Generic.IList<string>
Public ReadOnly Property CallPath As IList(Of String)

Valeur de propriété

IList<String>

Liste de chaînes, chacune représentant le QualifiedName d'une activité dans la chaîne d'appel de l'instance de workflow associée au canal de suivi.

Remarques

Actuellement, seul le QualifiedName de l'activité qui a appelé l'instance de workflow est inclus dans la liste.

S’applique à