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