WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute Method

Definition

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

C#
protected override bool OnDeserializeUnrecognizedAttribute (string name, string value);

Parameters

name
String

The name of the unrecognized attribute.

value
String

The value of the unrecognized attribute.

Returns

OnDeserializeUnrecognizedAttribute(String, String) always returns true.

Remarks

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.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1