Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaración
Public ReadOnly Property Levels As ItemCollection(Of Level)
Get
public ItemCollection<Level> Levels { get; }
public:
property ItemCollection<Level^>^ Levels {
ItemCollection<Level^>^ get ();
}
member Levels : ItemCollection<Level>
function get Levels () : ItemCollection<Level>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<Level>
.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.