CancelRequestedQueryElement.ChildActivityName Propriedade

Definição

Obtém ou define o nome da atividade filha para subscrever para que o CancelRequestedRecord nome da atividade seja cancelado.

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

Valor de Propriedade

O nome da atividade filho a subscrever para CancelRequestedRecord.

Atributos

Observações

O valor padrão é "*" (todos).

Aplica-se a