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>

.NET Framework Security

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace