DependencyConstraint.ResourceTypes Property

Specifies the types of resources that can be used for this dependency. If this array is empty then all types can be used for this dependency.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ResourceTypes As Guid()
public Guid[] ResourceTypes { get; set; }
public:
property array<Guid>^ ResourceTypes {
    array<Guid>^ get ();
    void set (array<Guid>^ value);
}
member ResourceTypes : Guid[] with get, set
function get ResourceTypes () : Guid[]
function set ResourceTypes (value : Guid[])

Property Value

Type: array<System.Guid[]
Returns Guid.

.NET Framework Security

See Also

Reference

DependencyConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace