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.
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
- 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.