AddressingFormatException.MissingMessageIDElement Field
Indicates that the <MessageID> 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.MissingMessageIDElement
Dim sampleValue As String
AddressingFormatException.MissingMessageIDElement = sampleValue
Syntax
'Declaration
Public Shared ReadOnly MissingMessageIDElement As String
public static readonly string MissingMessageIDElement;
public:
static initonly String^ MissingMessageIDElement;
public static System.String MissingMessageIDElement;
public static var MissingMessageIDElement : 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