Compartilhar via


ActivityScheduledQueryElement.ChildActivityName Propriedade

Definição

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

public:
 property System::String ^ ChildActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("childActivityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ChildActivityName { get; set; }
[<System.Configuration.ConfigurationProperty("childActivityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ChildActivityName : string with get, set
Public Property ChildActivityName As String

Valor da propriedade

O nome da atividade filho.

Atributos

Aplica-se a