C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / ConnectionProperties Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
AssignFrom Method (ConnectionProperties)
In This Topic
Copies properties from another ConnectionProperties object.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As ConnectionProperties _
) 
 

Parameters

source
The source object, properties of which are copied.
See Also