CatalogResource.NodeReferencePaths Property

The paths of the nodes that reference this resource.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property NodeReferencePaths As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<string> NodeReferencePaths { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<String^>^ NodeReferencePaths {
    List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member NodeReferencePaths : List<string> with get
function get NodeReferencePaths () : List<String>

Property Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Server.Core Namespace