WindowsClientElement.Copy(WindowsClientElement) Method

Definition

Copies the content of the specified configuration element to this configuration element.

public:
 void Copy(System::ServiceModel::Configuration::WindowsClientElement ^ from);
public void Copy (System.ServiceModel.Configuration.WindowsClientElement from);
member this.Copy : System.ServiceModel.Configuration.WindowsClientElement -> unit
Public Sub Copy (from As WindowsClientElement)

Parameters

from
WindowsClientElement

The configuration element to be copied.

Exceptions

from is null.

The configuration file is read-only.

Applies to