CatalogDependencyGroup.Sets Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Dichiarazione
Public Property Sets As IDictionary(Of String, IList(Of CatalogNode))
Get
Private Set
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
- 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.