WindowsElement.CopyFrom(WindowsElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the specified windows element into the current instance.
public void CopyFrom (Microsoft.ServiceBus.Configuration.WindowsElement source);
member this.CopyFrom : Microsoft.ServiceBus.Configuration.WindowsElement -> unit
Public Sub CopyFrom (source As WindowsElement)
Parameters
- source
- WindowsElement
The windows element to copy.