Copies the settings from the specified PropertiesBase object to the current object.
public override void Assign( PropertiesBase source )
Overrides Public Sub Assign( ByVal source As PropertiesBase )
The Assign method copies properties of the PropertiesBase object passed as a parameter to the current object. This allows you to have two objects with identical common properties.