AssignFrom Method (UserSort)
In This Topic
Copies properties from another
UserSort to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As UserSort _
)
public void AssignFrom(
UserSort
)
Parameters
- source
- The source object to copy properties from.
See Also