_EnvironmentWebBrowser.HomePage Property

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ HomePage { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ HomePage { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2)]
public string HomePage { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.HomePage : string with get, set
Public Property HomePage As String

Property Value

The URL of the home page.

Attributes

Applies to