RemoveBehaviorElement.CopyFrom(ServiceModelExtensionElement) Method

Definition

Copies content of the specified ServiceModelExtensionElement to the current RemoveBehaviorElement object.

public:
 override void CopyFrom(System::ServiceModel::Configuration::ServiceModelExtensionElement ^ from);
public override void CopyFrom (System.ServiceModel.Configuration.ServiceModelExtensionElement from);
override this.CopyFrom : System.ServiceModel.Configuration.ServiceModelExtensionElement -> unit
Public Overrides Sub CopyFrom (from As ServiceModelExtensionElement)

Parameters

from
ServiceModelExtensionElement

The service model extension element that supplies the content.

Applies to