CatalogDependencyGroup.Singletons Property
Holds the singleton dependencies. A singleton dependency is a dependency that can have one node per key.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Singletons As IDictionary(Of String, CatalogNode)
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.