다음을 통해 공유


CatalogResourceTypeConstraints.ExistencePerRootConstraints Property

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

Syntax

‘선언
Public Property ExistencePerRootConstraints As ExistencePerRootConstraint()
    Get
    Set
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.Framework.Server.ExistencePerRootConstraint[]

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace