다음을 통해 공유


AddressingFormatException.MissingToElement Field

Indicates that the <To> 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.MissingToElement

Dim sampleValue As String
AddressingFormatException.MissingToElement = sampleValue

Syntax

'Declaration
Public Shared ReadOnly MissingToElement As String
public static readonly string MissingToElement;
public:
static initonly String^ MissingToElement;
public static System.String MissingToElement;
public static var MissingToElement : 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