MergeSynchronizationAgent.Publication Property

Definition

Gets or sets the name of the publication.

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

Property Value

the name of the publication.

Implements

Remarks

Publication is a required property. An exception is thrown if the Publication property is set to null.

Applies to