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 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.