TeamProjectCollectionProperties.DatabaseCategoryConnectionStrings Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public ReadOnly Property DatabaseCategoryConnectionStrings As IDictionary(Of String, String)
Get
public IDictionary<string, string> DatabaseCategoryConnectionStrings { get; }
public:
property IDictionary<String^, String^>^ DatabaseCategoryConnectionStrings {
IDictionary<String^, String^>^ get ();
}
member DatabaseCategoryConnectionStrings : IDictionary<string, string>
function get DatabaseCategoryConnectionStrings () : IDictionary<String, String>
Property Value
Type: System.Collections.Generic.IDictionary<String, 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.