WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when an unknown attribute is encountered while deserializing the WorkflowRuntimeServiceElement.
protected:
override bool OnDeserializeUnrecognizedAttribute(System::String ^ name, System::String ^ value);
protected override bool OnDeserializeUnrecognizedAttribute (string name, string value);
override this.OnDeserializeUnrecognizedAttribute : string * string -> bool
Protected Overrides Function OnDeserializeUnrecognizedAttribute (name As String, value As String) As Boolean
- name
- String
The name of the unrecognized attribute.
- value
- String
The value of the unrecognized attribute.
OnDeserializeUnrecognizedAttribute(String, String) 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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: