Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.