Share via


CatalogDependencyGroup.Sets Property

Holds the dependency sets. A dependency set is a dependency that can have one or more nodes per key.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Sets As IDictionary(Of String, IList(Of CatalogNode))
public IDictionary<string, IList<CatalogNode>> Sets { get; private set; }
public:
property IDictionary<String^, IList<CatalogNode^>^>^ Sets {
    IDictionary<String^, IList<CatalogNode^>^>^ get ();
    private: void set (IDictionary<String^, IList<CatalogNode^>^>^ value);
}
member Sets : IDictionary<string, IList<CatalogNode>> with get, private set
function get Sets () : IDictionary<String, IList<CatalogNode>>
private function set Sets (value : IDictionary<String, IList<CatalogNode>>)

Property Value

Type: System.Collections.Generic.IDictionary<String, IList<CatalogNode>>

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Server.Core Namespace