Share via


DatabaseDeploymentElement.Configuration Property

 

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

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

Property Value

Type: System.String

See Also

DatabaseDeploymentElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace

Return to top