IssuerElement.CopyFrom(ConfigurationElement) Method

Definition

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

public void CopyFrom (System.Configuration.ConfigurationElement from);
member this.CopyFrom : System.Configuration.ConfigurationElement -> unit
Public Sub CopyFrom (from As ConfigurationElement)

Parameters

from
ConfigurationElement

The configuration element to copy the contents from.

Applies to