MachinePoolStatistics.Availability Property
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Availability As Double
public double Availability { get; }
public:
property double Availability {
double get ();
}
member Availability : float with get
function get Availability () : double
Property Value
Type: System.Double
Returns Double.
.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.