IVsProfilerLaunchWebServerTargetInfo.Url 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 URL that will be used in the Web server.
public:
property System::String ^ Url { System::String ^ get(); };
public:
property Platform::String ^ Url { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610809344)]
public string Url { get; }
public string Url { get; }
[<System.Runtime.InteropServices.DispId(1610809344)>]
member this.Url : string
member this.Url : string
Public ReadOnly Property Url As String
Property Value
The URL to be used in the Web server.
- Attributes