XsltSettings.EnableAssertions PropertyXsltSettings.EnableAssertions PropertyXsltSettings::EnableAssertions Property

Gets or sets a value indicating whether to enable assertions

Syntax

Public Property EnableAssertions As Boolean
        Get
        Set(ByVal value As Boolean)
public bool EnableAssertions { get; set; }
public:
property bool EnableAssertions {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

true if assertions are enabled; otherwise, false.