Share via


CatalogResourceTypeConstraints.ParentChildConstraints Property

The constraints that define the allowed parent/child relationships.

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

Syntax

'Declaration
Public Property ParentChildConstraints As ParentChildConstraints
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.Server.Core.ParentChildConstraints
Returns ParentChildConstraints.

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Server.Core Namespace