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 nodes that this node is dependent on.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Dependencies As CatalogDependencyGroup
public CatalogDependencyGroup Dependencies { get; internal set; }
public:
property CatalogDependencyGroup^ Dependencies {
CatalogDependencyGroup^ get ();
internal: void set (CatalogDependencyGroup^ value);
}
member Dependencies : CatalogDependencyGroup with get, internal set
function get Dependencies () : CatalogDependencyGroup
internal function set Dependencies (value : CatalogDependencyGroup)
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.CatalogDependencyGroup
.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.