BuildMachineState.ConnectionError Property

Gets the reason the server is not able to 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 ConnectionError As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string ConnectionError { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ ConnectionError {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ConnectionError : string with get, set
function get ConnectionError () : String 
function set ConnectionError (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildMachineState Class

Microsoft.TeamFoundation.Build.Hosting Namespace