HtmlViewDescription.Url Property
Gets or sets the URL property for HTML view that is created based on this view description.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Uri Url { get; set; }
public:
property Uri^ Url {
Uri^ get();
void set(Uri^ value);
}
member Url : Uri with get, set
Public Property Url As Uri
Property Value
Type: System.Uri
The URL of the HTML view
Remarks
Setting this property does not change the URL for existing HtmlView instances. Only future HtmlView instances will be affected.
See Also
HtmlViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top