RegisteredSubscriber.Name Property

Definition

Gets or sets the name of the registered Subscriber.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

A String value that specifies the name of the registered Subscriber.

Remarks

In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher. This property is provided for backward compatibility with previous versions of SQL Server.

The Name property is a read/write property, but it is necessary to set this property before the object is created.

Applies to