MergeSynchronizationAgent.Publication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.