Compartilhar via


ActivityScheduledQueryElement.ActivityName Propriedade

Definição

Obtém ou define o nome da atividade na qual as instâncias ActivityScheduledRecord devem ser filtradas. O valor padrão é “*” (tudo).

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 da propriedade

O nome da atividade.

Atributos

Aplica-se a