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 for which types this resource type can only exist once under.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ExistencePerParentTypeConstraints As ExistencePerParentTypeConstraint()
public ExistencePerParentTypeConstraint[] ExistencePerParentTypeConstraints { get; set; }
public:
property array<ExistencePerParentTypeConstraint^>^ ExistencePerParentTypeConstraints {
array<ExistencePerParentTypeConstraint^>^ get ();
void set (array<ExistencePerParentTypeConstraint^>^ value);
}
member ExistencePerParentTypeConstraints : ExistencePerParentTypeConstraint[] with get, set
function get ExistencePerParentTypeConstraints () : ExistencePerParentTypeConstraint[]
function set ExistencePerParentTypeConstraints (value : ExistencePerParentTypeConstraint[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.Core.ExistencePerParentTypeConstraint[]
Returns ExistencePerParentTypeConstraint.
.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.