Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceModelExtensionElement::CopyFrom Method (ServiceModelExtensionElement^)

 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual void CopyFrom(
	ServiceModelExtensionElement^ from
)

Parameters

from
Type: System.ServiceModel.Configuration::ServiceModelExtensionElement^

The configuration element to be copied.

Exception Condition
ArgumentNullException

from is null.

ConfigurationErrorsException

The configuration file is read-only.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft