CustomTrackingQueryElement.ActivityName Eigenschap

Definitie

Hiermee haalt u de naam van de activiteit op waarop exemplaren moeten worden gefilterd CustomTrackingRecord of ingesteld. De standaardwaarde is '*' (alle).

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

Waarde van eigenschap

De naam van de activiteit waarop u wilt filteren.

Kenmerken

Van toepassing op