CatalogDependencyGroup.Singletons Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Singletons As IDictionary(Of String, CatalogNode)
Get
Private Set
public IDictionary<string, CatalogNode> Singletons { get; private set; }
public:
property IDictionary<String^, CatalogNode^>^ Singletons {
IDictionary<String^, CatalogNode^>^ get ();
private: void set (IDictionary<String^, CatalogNode^>^ value);
}
member Singletons : IDictionary<string, CatalogNode> with get, private set
function get Singletons () : IDictionary<String, CatalogNode>
private function set Singletons (value : IDictionary<String, CatalogNode>)
Property Value
Type: System.Collections.Generic.IDictionary<String, CatalogNode>
.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.