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