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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.