Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL for the HTML view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Uri Url { get; }
public:
property Uri^ Url {
Uri^ get();
}
member Url : Uri with get
Public ReadOnly Property Url As Uri
Property Value
Type: System.Uri
The URL for the HTML view
See Also
HtmlView Class
Microsoft.ManagementConsole Namespace
Return to top