AddressingHeaders.To Property
Gets or sets the destination of the message.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim addressingHeaders1 As AddressingHeaders
Dim returnValue As To
returnValue = addressingHeaders1.To
Dim sampleValue As To
addressingHeaders1.To = sampleValue
Syntax
'Declaration
Public Property To() As To
public To To {get; set;}
public:
property To^ To {
To^ get();
void set(To^ value);
}
public To get_To();
public void set_To(To);
public function get To() : To;
public function set To(To);
Property Value
A To that represents the <To> header.
Remarks
For a complete description of the <To> element, see the WS-Addressing specification (https://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-addressing.asp).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace