Share via


CatalogResourceTypeConstraints.ServiceReferenceConstraints Property

The constraints that define the mandatory service references

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Server.Core.ServiceReferenceConstraint[]
Returns ServiceReferenceConstraint.

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Server.Core Namespace