Try Microsoft Edge A fast and secure browser that's designed for Windows 10 No thanks Get started
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When implemented, gets the name of the address header.
'Declaration Public MustOverride ReadOnly Property Name As String
The following example shows how to access this property.
' Name property Dim addressHeaderWithName As AddressHeader = AddressHeader.CreateAddressHeader("MyServiceName", "http://localhost:8000/service",1) Dim addressHeaderName As String = addressHeaderWithName.Name
Windows Phone