Share via


CoreDatabaseBuilder.ConfigDbConnectionString Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CoreDatabaseBuilder Class

Microsoft.TeamFoundation.Framework.Server Namespace