CatalogResourceTypeConstraints.PropertyConstraints Property

The constraints that define the mandatory properties and exclusivity of those property values.

Namespace:  Microsoft.TeamFoundation.Framework.Server
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.PropertyConstraint[]
Returns PropertyConstraint.

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace