Share via


ExistencePerRootConstraint.CatalogTree Property

The tree that the resource type can only appear once in.

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

Syntax

'Declaration
Public Property CatalogTree As CatalogTree
public CatalogTree CatalogTree { get; set; }
public:
property CatalogTree CatalogTree {
    CatalogTree get ();
    void set (CatalogTree value);
}
member CatalogTree : CatalogTree with get, set
function get CatalogTree () : CatalogTree 
function set CatalogTree (value : CatalogTree)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.CatalogTree
Returns CatalogTree.

.NET Framework Security

See Also

Reference

ExistencePerRootConstraint Class

Microsoft.TeamFoundation.Server.Core Namespace