Edit

Share via


StateMachineStateQueryElement.ActivityName Property

Definition

Gets or sets the activity name filter attribute in StateMachineTrackingQuery element.

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

Property Value

The activity name filter attribute in StateMachineTrackingQuery element.

Attributes

Applies to