다음을 통해 공유


DependencyConstraint.ResourceTypes Property

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

Syntax

‘선언
Public Property ResourceTypes As Guid()
    Get
    Set
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[]

.NET Framework Security

See Also

Reference

DependencyConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace