WarehouseConfig.Views Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property Views As ItemCollection(Of View)
public ItemCollection<View> Views { get; }
public:
property ItemCollection<View^>^ Views {
ItemCollection<View^>^ get ();
}
member Views : ItemCollection<View> with get
function get Views () : ItemCollection<View>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<View>
Returns ItemCollection<T>.
.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.