Compartir a través de


StateMachineStateQueryElement.ActivityName Propiedad

Definición

Obtiene o establece el atributo de filtro de nombre de actividad en el elemento StateMachineTrackingQuery.

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

Valor de propiedad

El atributo de filtro de nombre de actividad en el elemento StateMachineTrackingQuery.

Atributos

Se aplica a