Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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[]
.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.