Share via


CustomTrackingQueryElement.ActivityName Proprietà

Definizione

Ottiene o imposta il nome dell'attività in base alla quale filtrare istanze di CustomTrackingRecord. L'impostazione predefinita è "*" (tutto).

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

Valore della proprietà

Nome dell'attività da filtrare.

Attributi

Si applica a