Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.