MergeSynchronizationAgent.Output 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 agent output file.
public:
virtual property System::String ^ Output { System::String ^ get(); void set(System::String ^ value); };
public virtual string Output { get; set; }
member this.Output : string with get, set
Public Overridable Property Output As String
Property Value
A String value that is the name and full path of the output file.
Implements
Remarks
If the specified file name exists, the output is appended to the file.