HtmlViewDescription Constructor (Uri)
Initializes a new instance of the HtmlViewDescription class. This constructor uses the URL for the HTML view that is created based on this view description as a parameter.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public HtmlViewDescription(
Uri url
)
public:
HtmlViewDescription(
Uri^ url
)
new :
url:Uri -> HtmlViewDescription
Public Sub New (
url As Uri
)
Parameters
url
Type: System.UriThe URL of the HTML view that is created based on this view description.
See Also
HtmlViewDescription Overload
HtmlViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top