Share via


WorkflowServiceAttributes.ValidateMustUnderstand Propriedade

Definição

Obtém ou define um valor que especifica se o sistema ou o aplicativo reforça o processamento de cabeçalho SOAP MustUnderstand.

public:
 property bool ValidateMustUnderstand { bool get(); void set(bool value); };
public bool ValidateMustUnderstand { get; set; }
member this.ValidateMustUnderstand : bool with get, set
Public Property ValidateMustUnderstand As Boolean

Valor da propriedade

true se o sistema deve executar o processamento de cabeçalho MustUnderstand SOAP; caso contrário false, , que indica que o aplicativo executa esse processamento.

Exemplos

O exemplo a seguir demonstra como acessar a ValidateMustUnderstand propriedade .

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
attributes.ValidateMustUnderstand = false;
Dim attributes As New WorkflowServiceAttributes()
attributes.ValidateMustUnderstand = False

Comentários

O valor padrão é true.

Aplica-se a