HtmlView.Url Property
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