다음을 통해 공유


CatalogResourceTypeConstraints.ParentChildConstraints Property

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

Syntax

‘선언
Public Property ParentChildConstraints As ParentChildConstraints
    Get
    Set
public ParentChildConstraints ParentChildConstraints { get; set; }
public:
property ParentChildConstraints^ ParentChildConstraints {
    ParentChildConstraints^ get ();
    void set (ParentChildConstraints^ value);
}
member ParentChildConstraints : ParentChildConstraints with get, set
function get ParentChildConstraints () : ParentChildConstraints
function set ParentChildConstraints (value : ParentChildConstraints)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ParentChildConstraints

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace