Gets or sets a value which overrides the default timeout of the client for this method.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property TimeoutOverrideInSeconds As Integer
public int TimeoutOverrideInSeconds { get; set; }
public:
property int TimeoutOverrideInSeconds {
    int get ();
    void set (int value);
}
member TimeoutOverrideInSeconds : int with get, set
function get TimeoutOverrideInSeconds () : int 
function set TimeoutOverrideInSeconds (value : int)
Property Value
Type: System.Int32
.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.