AddressingFormatException.MissingActionElement Field
Indicates that the <Action> element is missing.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = AddressingFormatException.MissingActionElement
Dim sampleValue As String
AddressingFormatException.MissingActionElement = sampleValue
Syntax
'Declaration
Public Shared ReadOnly MissingActionElement As String
public static readonly string MissingActionElement;
public:
static initonly String^ MissingActionElement;
public static System.String MissingActionElement;
public static var MissingActionElement : 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
AddressingFormatException Class
AddressingFormatException Members
Microsoft.Web.Services3.Addressing Namespace