TrackingParameters.CallPath 属性

定义

获取字符串列表,每个字符串表示 QualifiedName 与跟踪通道关联的工作流实例调用链中的活动。

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)

属性值

字符串列表,每个字符串表示 QualifiedName 与跟踪通道关联的工作流实例调用链中的活动。

注解

目前,列表中仅 QualifiedName 包含调用工作流实例的活动。

适用于