Share via


CatalogResourceTypeConstraints.PropertyConstraints Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace