AddressingFault.ActionNotSupportedCode Field
Specifies a SOAP fault code indicating that the sender did not find an operation that matched the given Action.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As XmlQualifiedName
returnValue = AddressingFault.ActionNotSupportedCode
Dim sampleValue As XmlQualifiedName
AddressingFault.ActionNotSupportedCode = sampleValue
Syntax
'Declaration
Public Shared ReadOnly ActionNotSupportedCode As XmlQualifiedName
public static readonly XmlQualifiedName ActionNotSupportedCode;
public:
static initonly XmlQualifiedName^ ActionNotSupportedCode;
public static XmlQualifiedName ActionNotSupportedCode;
public static var ActionNotSupportedCode : XmlQualifiedName;
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
AddressingFault Class
AddressingFault Members
Microsoft.Web.Services3.Addressing Namespace