Share via


CatalogResourceTypeConstraints.ExistencePerParentTypeConstraints Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm.ExistencePerParentTypeConstraint[]

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace