Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.