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 or sets the HTTP time-out when connecting to the Web server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property InternetTimeout As Integer
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Integer
value = instance.InternetTimeout
instance.InternetTimeout = value
int InternetTimeout { get; set; }
property int InternetTimeout {
int get ();
void set (int value);
}
abstract InternetTimeout : int with get, set
function get InternetTimeout () : int
function set InternetTimeout (value : int)
Property Value
Type: System.Int32
A Int32 value.