ActivityStateQueryElement.ActivityName Eigenschaft

Definition

Ruft den Namen der Aktivität ab, nach der Instanzen gefiltert ActivityStateRecord werden sollen, oder legt diesen fest.

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

Eigenschaftswert

Der Name der Aktivität.

Attribute

Hinweise

Der Standardwert ist "*" (alle).

Gilt für: