TfsConnection.ConnectivityFailureOnLastWebServiceCall Property

Indicates whether the last Web service call issued by this TfsConnection object failed due to a connectivity failure.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ConnectivityFailureOnLastWebServiceCall As Boolean
public bool ConnectivityFailureOnLastWebServiceCall { get; internal set; }
public:
property bool ConnectivityFailureOnLastWebServiceCall {
    bool get ();
    internal: void set (bool value);
}
member ConnectivityFailureOnLastWebServiceCall : bool with get, internal set
function get ConnectivityFailureOnLastWebServiceCall () : boolean 
internal function set ConnectivityFailureOnLastWebServiceCall (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace