CatalogResourceTypeConstraints.ParentChildConstraints Property

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

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace