TransSynchronizationAgent.Output Property

Definition

Gets or sets the file name and path of 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

The file name and path of the agent output file.

Implements

Remarks

If the file name is not provided, the output is sent to the console. If the specified file name exists, the output is appended to the file.

Applies to