edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Copies the properties of the given source ExFTPConnection into this instance.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void CopyProperties(
	ExFTPConnection source
)
Visual Basic
Public Overridable Sub CopyProperties ( _
	source As ExFTPConnection _
)
Visual C++
public:
virtual void CopyProperties(
	ExFTPConnection^ source
)

Parameters

source
Type: EnterpriseDT.Net.Ftp..::..ExFTPConnection
ExFTPConnection from which properties should be copied

See Also