Share via


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

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Server.Core Namespace