Share via


CatalogResourceTypeConstraints.ExistencePerParentTypeConstraints Property

The constraints that define for which types this resource type can only exist once under.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Server.Core Namespace