ProxyStatistics.Timeout Property

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

Syntax

'Declaration
Public Property Timeout As Integer
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProxyStatistics Class

Microsoft.TeamFoundation.Client Namespace