Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now 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
.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.