CatalogResourceTypeConstraints.DependencyConstraints Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property DependencyConstraints As DependencyConstraint()
Get
Set
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.Framework.Server.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.