PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 _
    ) 
    public void AssignFrom( 
       ConnectionProperties source
    )

    Parameters

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