CatalogDependencyGroup.Sets Property

The set of the dependency sets.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Sets As IEnumerable(Of KeyValuePair(Of String, IList(Of CatalogNode)))
public IEnumerable<KeyValuePair<string, IList<CatalogNode>>> Sets { get; }
public:
property IEnumerable<KeyValuePair<String^, IList<CatalogNode^>^>>^ Sets {
    IEnumerable<KeyValuePair<String^, IList<CatalogNode^>^>>^ get ();
}
member Sets : IEnumerable<KeyValuePair<string, IList<CatalogNode>>> with get
function get Sets () : IEnumerable<KeyValuePair<String, IList<CatalogNode>>>

Property Value

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

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

Microsoft.TeamFoundation.Framework.Client Namespace