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
Visual Basic |
Dim instance As ConsoleXmlAttribute
Dim value As String
value = instance.HomepageUri
instance.HomepageUri = value
|
Syntax
Visual Basic |
Public Property HomepageUri As String
|
C# |
public string HomepageUri { get; set; }
|
C++ |
public:
property String^ HomepageUri {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_HomepageUri ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_HomepageUri (String value)
|
JScript |
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