MergeSynchronizationAgent.WorkingDirectory 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 working directory from which snapshot files are accessed when FTP is used.
public:
virtual property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public virtual string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Overridable Property WorkingDirectory As String
Property Value
The working directory from which snapshot files are accessed.
Implements
Remarks
The WorkingDirectory property is required when Ftp is specified for FileTransferType.
The WorkingDirectory property must resolve to a fully qualified path of the working directory for copied snapshots.