ProtocolElement.Validate Eigenschaft

Definition

Stellt das Validate-Attribut des Protokollelements dar.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 property bool Validate { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("validate", DefaultValue=false)]
public bool Validate { get; set; }
[<System.Configuration.ConfigurationProperty("validate", DefaultValue=false)>]
member this.Validate : bool with get, set
Public Property Validate As Boolean

Eigenschaftswert

Boolean

Der Wert des Validate-Attributs des Protokollelements.

Attribute

Hinweise

Weitere Informationen finden Sie unter Versionen und Abhängigkeiten.

Gilt für