HostedWebApplicationAppInitString.HomepageUrl Property
Gets or sets the home page URL.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As HostedWebApplicationAppInitString
Dim value As String
value = instance.HomepageUrl
instance.HomepageUrl = value
Syntax
'Declaration
<DescriptionAttribute("The URL of the web application")> _
<CategoryAttribute("Web Application Home Page")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("URL")> _
Public Property HomepageUrl As String
[DescriptionAttribute("The URL of the web application")]
[CategoryAttribute("Web Application Home Page")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("URL")]
public string HomepageUrl { get; set; }
[DescriptionAttribute(L"The URL of the web application")]
[CategoryAttribute(L"Web Application Home Page")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"URL")]
public:
property String^ HomepageUrl {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_HomepageUrl ()
/** @property */
public void set_HomepageUrl (String value)
public function get HomepageUrl () : String
public function set HomepageUrl (value : String)
Property Value
Type: String
The home page URL.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedWebApplicationAppInitString Class
HostedWebApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.