TeamFoundationUnusedDatabaseInfo.ConnectionString Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationUnusedDatabaseInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace