Share via


DataSetTestCondition.Configuration Property

Gets or sets the configuration information for the test condition.

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

Syntax

'Declaration
Public Property Configuration As String
public string Configuration { get; set; }
public:
property String^ Configuration {
    String^ get ();
    void set (String^ value);
}
member Configuration : string with get, set
function get Configuration () : String
function set Configuration (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataSetTestCondition Class

Microsoft.Data.Schema.UnitTesting.Conditions Namespace