ServiceConfig.TrackingComponentName 属性

定义

获取或设置一个文本字符串,该文本字符串对应于报告跟踪程序信息时使用的上下文名称。

public:
 property System::String ^ TrackingComponentName { System::String ^ get(); void set(System::String ^ value); };
public string TrackingComponentName { get; set; }
member this.TrackingComponentName : string with get, set
Public Property TrackingComponentName As String

属性值

String

报告跟踪程序信息时使用的上下文名称。 默认值是 null

适用于

另请参阅