TeamProjectCollection.DefaultConnectionString Property
Note: This API is now obsolete.
This property is obsolete.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("The DefaultConnectionString property is obsolete.")> _
Public Property DefaultConnectionString As String
[ObsoleteAttribute("The DefaultConnectionString property is obsolete.")]
public string DefaultConnectionString { get; set; }
[ObsoleteAttribute(L"The DefaultConnectionString property is obsolete.")]
public:
property String^ DefaultConnectionString {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("The DefaultConnectionString property is obsolete.")>]
member DefaultConnectionString : string with get, set
function get DefaultConnectionString () : String
function set DefaultConnectionString (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.