Share via


WebService.URL Property

Definition

The URL of the .asmx file for the Web service.

public:
 property System::String ^ default { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(0)]
public string this { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.URL : string
Default Public ReadOnly Property URL As String

Property Value

The URL for the .asmx file in the Web site.

Attributes

Applies to