CatalogResourceTypeConstraints.ServiceReferenceConstraints Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm.ServiceReferenceConstraint[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.