CatalogDependencyGroup.Sets Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm Namespace