다음을 통해 공유


CatalogResourceTypeConstraints.ExistencePerParentTypeConstraints Property

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

Syntax

‘선언
Public Property ExistencePerParentTypeConstraints As ExistencePerParentTypeConstraint()
    Get
    Set
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.ExistencePerParentTypeConstraint[]

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace