WorkflowRuntimeServiceElement::OnDeserializeUnrecognizedAttribute Method (String^, String^)

 

Called when an unknown attribute is encountered while deserializing the WorkflowRuntimeServiceElement.

Namespace:   System.Workflow.Runtime.Configuration
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.

Return Value

Type: System::Boolean

OnDeserializeUnrecognizedAttribute always returns true.

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
Return to top
Show: