Share via


CatalogResourceTypeConstraints.ExistencePerRootConstraints Property

The constraints that define what trees can only have one node in.

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

Syntax

'Declaration
Public Property ExistencePerRootConstraints As ExistencePerRootConstraint()
public ExistencePerRootConstraint[] ExistencePerRootConstraints { get; set; }
public:
property array<ExistencePerRootConstraint^>^ ExistencePerRootConstraints {
    array<ExistencePerRootConstraint^>^ get ();
    void set (array<ExistencePerRootConstraint^>^ value);
}
member ExistencePerRootConstraints : ExistencePerRootConstraint[] with get, set
function get ExistencePerRootConstraints () : ExistencePerRootConstraint[]
function set ExistencePerRootConstraints (value : ExistencePerRootConstraint[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.Core.ExistencePerRootConstraint[]
Returns ExistencePerRootConstraint.

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Server.Core Namespace