WindowsElement.CopyFrom(WindowsElement) Method

Definition

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.

Applies to