Udostępnij za pośrednictwem


CustomTrackingQueryElement.ActivityName Właściwość

Definicja

Pobiera lub ustawia nazwę działania do filtrowania CustomTrackingRecord wystąpień. Wartość domyślna to "*" (wszystko).

public:
 property System::String ^ ActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("activityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ActivityName { get; set; }
[<System.Configuration.ConfigurationProperty("activityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ActivityName : string with get, set
Public Property ActivityName As String

Wartość właściwości

Nazwa działania do filtrowania.

Atrybuty

Dotyczy