Compartir a través de


ActivityScheduledQueryElement.ChildActivityName Propiedad

Definición

Obtiene o establece el nombre de la actividad secundaria por la que filtrar las instancias de ActivityScheduledRecord. El valor predeterminado es "*" (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 propiedad

String

El nombre de la actividad secundaria.

Atributos

Se aplica a