CatalogResource.NodeReferences Property
The catalog nodes that are referenced.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property NodeReferences As List(Of CatalogNode)
public List<CatalogNode> NodeReferences { get; internal set; }
public:
property List<CatalogNode^>^ NodeReferences {
List<CatalogNode^>^ get ();
internal: void set (List<CatalogNode^>^ value);
}
member NodeReferences : List<CatalogNode> with get, internal set
function get NodeReferences () : List<CatalogNode>
internal function set NodeReferences (value : List<CatalogNode>)
Property Value
Type: System.Collections.Generic.List<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.