CatalogResourceTypeConstraints.ExistencePerRootConstraints Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Property ExistencePerRootConstraints As ExistencePerRootConstraint()
Get
Set
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.Framework.Server.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.