AddressingHeaders.From Property
Gets or sets the source endpoint 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 From
returnValue = addressingHeaders1.From
Dim sampleValue As From
addressingHeaders1.From = sampleValue
Syntax
'Declaration
Public Property From() As From
public From From {get; set;}
public:
property From^ From {
From^ get();
void set(From^ value);
}
public From get_From();
public void set_From(From);
public function get From() : From;
public function set From(From);
Property Value
A From that represents the <From> header.
Remarks
For a complete description of the <From> 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