SqlCeReplication.LoginTimeout Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the maximum number of seconds to wait for connections to be established.

  [Visual Basic]
  Public Property LoginTimeout As Short
[C#]
public short LoginTimeout {get; set;}
[C++]
public: __property short get_LoginTimeout();
public: __property void set_LoginTimeout(short);
[JScript]
public function get LoginTimeout() : Int16;
public function set LoginTimeout(Int16);

Property Value

The number of seconds for connections to be established. The default is 15 seconds.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.