WorkflowServiceAttributes.ValidateMustUnderstand Özellik

Tanım

Sistemin veya uygulamanın SOAP MustUnderstand üst bilgisi işlemeyi zorunlu kılıp zorlamadığını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Boolean

true sistem SOAP üst bilgisi MustUnderstand işlemesi gerçekleştirecekse; aksi takdirde false, uygulamanın bu işlemi gerçekleştirdiğini gösterir.

Örnekler

Aşağıdaki örnekte özelliğine nasıl erişecekleri gösterilmektedir ValidateMustUnderstand .

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

Açıklamalar

true varsayılan değerdir.

Şunlara uygulanır