ServiceConfig.TrackingAppName 属性

定义

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

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

属性值

报告跟踪程序信息时使用的应用程序 ID。 默认值是 null

注解

由于没有组件与此跟踪器属性相关联,因此跟踪器活动报告为由 指定名称的 TrackingAppName组件引起的。

有关详细信息,请参阅 TrackingEnabled

适用于

另请参阅