CatalogDependencyGroup.Sets Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaración
Public ReadOnly Property Sets As IEnumerable(Of KeyValuePair(Of String, IList(Of CatalogNode)))
Get
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>>>
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.