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
- 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.