Share via


ExpectedSchemaCondition.Verbose Property

Gets or sets a value that indicates whether the output from the condition should include the schema.

Namespace:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public Property Verbose As Boolean
public bool Verbose { get; set; }
public:
property bool Verbose {
    bool get ();
    void set (bool value);
}
member Verbose : bool with get, set
function get Verbose () : boolean
function set Verbose (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ExpectedSchemaCondition Class

Microsoft.Data.Schema.UnitTesting.Conditions Namespace