SqlCeReplication.LoginTimeout Property

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

Specifies the maximum number of seconds to wait for connections to be established. This property affects the connection time between the computer running Internet Information Services (IIS) and the Publisher or Distributor. It does not control the connection time between the smart device and IIS.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Property LoginTimeout As Short
    Get
    Set
'Usage
Dim instance As SqlCeReplication
Dim value As Short

value = instance.LoginTimeout

instance.LoginTimeout = value
public short LoginTimeout { get; set; }
public:
property short LoginTimeout {
    short get ();
    void set (short value);
}
member LoginTimeout : int16 with get, set
function get LoginTimeout () : short
function set LoginTimeout (value : short)

Property Value

Type: System.Int16
The number of seconds for connections to be established. The default is 15 seconds.

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace