SqlCeReplication.Publication Property

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

Specifies the publication name that has been enabled for anonymous merge subscriptions.

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

Property Value

The name of the Publication.

Remarks

The Publication property is required.

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.