CancelRequestedQueryElement.ChildActivityName Propriedade

Definição

Obtém ou define o nome da atividade filho a ser assinada para que o nome da CancelRequestedRecord 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 da propriedade

O nome da atividade filho para a qual se inscrever CancelRequestedRecord.

Atributos

Comentários

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

Aplica-se a