WebReference.ServiceLocationUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the service location URL for the first service defined in the WSDL file.
public:
property System::String ^ ServiceLocationUrl { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string ServiceLocationUrl { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.ServiceLocationUrl : string
Public ReadOnly Property ServiceLocationUrl As String
Property Value
A service location URL.
- Attributes