Soap11ElementNames.FaultCode Field

Specifies the element defining the fault code that is used to provide a mechanism for identifying the fault. This field is constant with a value of "faultcode".

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

Usage

'Usage
Dim returnValue As String
returnValue = Soap11ElementNames.FaultCode

Syntax

'Declaration
Public Const FaultCode As String
public const string FaultCode;
public:
literal String^ FaultCode;
public static final System.String FaultCode;
public var FaultCode : String;

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

Soap11ElementNames Class
Soap11ElementNames Members
Microsoft.Web.Services3 Namespace