CopyFrom method

Copies the properties of the specified ULSyncParms object to this ULSyncParms object.

Syntax
Visual Basic
Public Sub CopyFrom( _
   ByVal src As ULSyncParms _
)
C#
public void CopyFrom(
   ULSyncParms src
);
Parameters
  • src   The object to copy from.

See also