ServicingContext.GetConnectionStrings Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetConnectionStrings As Dictionary(Of String, String)
public Dictionary<string, string> GetConnectionStrings()
public:
Dictionary<String^, String^>^ GetConnectionStrings()
member GetConnectionStrings : unit -> Dictionary<string, string>
public function GetConnectionStrings() : Dictionary<String, String>
Return Value
Type: System.Collections.Generic.Dictionary<String, String>
Returns Dictionary<TKey, TValue>.
.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.