BuildMachineState.IsOnline Property
Gets a value indicating whether the server can communicate with the configured Team Project Collection.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsOnline As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsOnline { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsOnline {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsOnline : bool with get, set
function get IsOnline () : boolean
function set IsOnline (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.