AddressingFault.ActionNotSupportedMessage Field
Message indicating 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 String
returnValue = AddressingFault.ActionNotSupportedMessage
Dim sampleValue As String
AddressingFault.ActionNotSupportedMessage = sampleValue
Syntax
'Declaration
Public Shared ReadOnly ActionNotSupportedMessage As String
public static readonly string ActionNotSupportedMessage;
public:
static initonly String^ ActionNotSupportedMessage;
public static System.String ActionNotSupportedMessage;
public static var ActionNotSupportedMessage : 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
AddressingFault Class
AddressingFault Members
Microsoft.Web.Services3.Addressing Namespace