SqlCeReplication.PublisherPassword Property

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

Specifies the login password used when connecting to the Publisher.

  [Visual Basic]
  Public Property PublisherPassword As String
[C#]
public string PublisherPassword {get; set;}
[C++]
public: __property String* get_PublisherPassword();
public: __property void set_PublisherPassword(String*);
[JScript]
public function get PublisherPassword() : String;
public function set PublisherPassword(String);

Property Value

The login password. The default is no password (empty string).

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.