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 properties and exclusivity of those property values.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Server.Core.PropertyConstraint[]
Returns PropertyConstraint.
.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.