AssignFrom Method (Filter)
In This Topic
Copies properties from another
Filter to the current object.
Expression and
Values are copied by reference.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Filter _
)
public void AssignFrom(
Filter
)
Parameters
- source
- The source object to copy properties from.
See Also