WorkflowRuntimeServiceElement::OnDeserializeUnrecognizedAttribute Method (String^, String^)
.NET Framework (current version)
Called when an unknown attribute is encountered while deserializing the WorkflowRuntimeServiceElement.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
protected: virtual bool OnDeserializeUnrecognizedAttribute( String^ name, String^ value ) override
Parameters
- name
-
Type:
System::String^
The name of the unrecognized attribute.
- value
-
Type:
System::String^
The value of the unrecognized attribute.
The name-value pair specified by name and value is added to the Parameters collection. Any attributes other than type that are specified in an <add> element to the <Services> element in the configuration file are added as a name-value pair to the Parameters collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: