WarehouseConfig.Views Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public ReadOnly Property Views As ItemCollection(Of View)
Get
public ItemCollection<View> Views { get; }
public:
property ItemCollection<View^>^ Views {
ItemCollection<View^>^ get ();
}
member Views : ItemCollection<View>
function get Views () : ItemCollection<View>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<View>
.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.