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