CatalogResourceTypeConstraints.DependencyConstraints Property

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

Syntax

'Declaration
Public Property DependencyConstraints As DependencyConstraint()
public DependencyConstraint[] DependencyConstraints { get; set; }
public:
property array<DependencyConstraint^>^ DependencyConstraints {
    array<DependencyConstraint^>^ get ();
    void set (array<DependencyConstraint^>^ value);
}
member DependencyConstraints : DependencyConstraint[] with get, set
function get DependencyConstraints () : DependencyConstraint[]
function set DependencyConstraints (value : DependencyConstraint[])

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.DependencyConstraint[]

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace