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