ActivityScheduledQueryElement.ChildActivityName Propriedade

Definição

Recebe ou define o nome da atividade filha para filtrar ActivityScheduledRecord as instâncias. O valor padrão é "*" (todos).

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 de Propriedade

O nome da atividade infantil.

Atributos

Aplica-se a