Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.