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 dependencies.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property DependencyConstraints As DependencyConstraint()
public DependencyConstraint[] DependencyConstraints { get; set; }
public:
property array<DependencyConstraint^>^ DependencyConstraints {
array<DependencyConstraint^>^ get ();
void set (array<DependencyConstraint^>^ value);
}
member DependencyConstraints : DependencyConstraint[] with get, set
function get DependencyConstraints () : DependencyConstraint[]
function set DependencyConstraints (value : DependencyConstraint[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.Core.DependencyConstraint[]
Returns DependencyConstraint.
.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.