Namespace:  Microsoft.TeamFoundation.Deployment.Workflow
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property MySqlDBConnectionString As String
public string MySqlDBConnectionString { get; set; }
public:
property String^ MySqlDBConnectionString {
    String^ get ();
    void set (String^ value);
}
member MySqlDBConnectionString : string with get, set
function get MySqlDBConnectionString () : String 
function set MySqlDBConnectionString (value : String)
Property Value
Type: System.String
Returns 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.