CatalogNode.NodeDependencies Property
Controls how node dependencies are sent over web service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property NodeDependencies As List(Of CatalogNodeDependency)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<CatalogNodeDependency> NodeDependencies { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<CatalogNodeDependency^>^ NodeDependencies {
List<CatalogNodeDependency^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member NodeDependencies : List<CatalogNodeDependency> with get
function get NodeDependencies () : List<CatalogNodeDependency>
Property Value
Type: System.Collections.Generic.List<CatalogNodeDependency>
.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.