CatalogResourceTypeConstraints.ExistencePerRootConstraints Property
The constraints that define what trees can only have one node in.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ExistencePerRootConstraints As ExistencePerRootConstraint()
public ExistencePerRootConstraint[] ExistencePerRootConstraints { get; set; }
public:
property array<ExistencePerRootConstraint^>^ ExistencePerRootConstraints {
array<ExistencePerRootConstraint^>^ get ();
void set (array<ExistencePerRootConstraint^>^ value);
}
member ExistencePerRootConstraints : ExistencePerRootConstraint[] with get, set
function get ExistencePerRootConstraints () : ExistencePerRootConstraint[]
function set ExistencePerRootConstraints (value : ExistencePerRootConstraint[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.Core.ExistencePerRootConstraint[]
Returns ExistencePerRootConstraint.
.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.