SqlCeReplication.PublisherLogin Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the login name used when connecting to the Publisher.
[Visual Basic] Public Property PublisherLogin As String [C#] public string PublisherLogin {get; set;} [C++] public: __property String* get_PublisherLogin(); public: __property void set_PublisherLogin(String*); [JScript] public function get PublisherLogin() : String; public function set PublisherLogin(String);
Property Value
The Publisher login name.
Remarks
The PublisherLogin property is required if PublisherSecurityMode is set to DBAuthentication.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.