ConfigElementInterceptor.OnDeserializeUnrecognizedAttribute Method

Namespace: Microsoft.Web.Services3.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Public Class configElementInterceptorImplementation
    Inherits ConfigElementInterceptor
        Protected Overrides Function OnDeserializeUnrecognizedAttribute(name As String, _
            value As String)
            MyBase.OnDeserializeUnrecognizedAttribute(name, value)
        End Function
End Class

Syntax

'Declaration
Protected Overrides Function OnDeserializeUnrecognizedAttribute( _
    ByVal name As String, _
    ByVal value As String _
) As Boolean
protected override bool OnDeserializeUnrecognizedAttribute(
    string name, 
    string value
);
protected:
virtual bool OnDeserializeUnrecognizedAttribute(
    String^ name,
    String^ value
) override;
protected override boolean OnDeserializeUnrecognizedAttribute(
    System.String name, 
    System.String value
);
protected override function OnDeserializeUnrecognizedAttribute(
     name : String, 
     value : String
) : Boolean;

Parameters

  • name
  • value

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

ConfigElementInterceptor Class
ConfigElementInterceptor Members
Microsoft.Web.Services3.Configuration Namespace