Share via


SoapHelper.Soap12 Property

Gets the Soap12 type.

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

Usage

'Usage
Dim returnValue As Soap12
returnValue = SoapHelper.Soap12

Syntax

'Declaration
Public Shared ReadOnly Property Soap12() As Soap12
public static Soap12 Soap12 {get;}
public:
property static Soap12^ Soap12 {
    Soap12^ get();
}
public static Soap12 get_Soap12();
public static function get Soap12() : Soap12;

Property Value

A Soap12 object.

Remarks

The Soap12 type represents a SOAP message that conforms to the SOAP 1.2 specification

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

SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace