Freigeben über


ConsoleXmlAttribute.HomepageUri Property

Gets or sets the universal resource identifier (URI) for the resource that is associated with the home page that is displayed at the root node of the console for an Internet connection.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As ConsoleXmlAttribute
Dim value As String

value = instance.HomepageUri

instance.HomepageUri = value

Syntax

'Declaration
Public Property HomepageUri As String
public string HomepageUri { get; set; }
public:
property String^ HomepageUri {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_HomepageUri ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_HomepageUri (String value)
DebuggerStepThroughAttribute 
public function get HomepageUri () : String

DebuggerStepThroughAttribute 
public function set HomepageUri (value : String)

Property Value

Home page URI.

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

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ConsoleXmlAttribute Class
ConsoleXmlAttribute Members
Microsoft.ConfigurationManagement.AdminConsole Namespace