Share via


SoapFilterResult.TargetMethod Property

Represents the user defined method that is run when a SoapFilterResult is returned containing a SOAP server method.

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

Usage

'Usage
Dim soapFilterResult1 As SoapFilterResult

Dim returnValue As SoapServerMethod
returnValue = soapFilterResult1.TargetMethod

Syntax

'Declaration
Public ReadOnly Property TargetMethod() As SoapServerMethod
public SoapServerMethod TargetMethod {get;}
public:
property SoapServerMethod^ TargetMethod {
    SoapServerMethod^ get();
}
public SoapServerMethod get_TargetMethod();
public function get TargetMethod() : SoapServerMethod;

Property Value

A SoapServerMethod method object.

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

SoapFilterResult Class
SoapFilterResult Members
Microsoft.Web.Services3 Namespace