DashboardLinkLabel.LinkUrl Property
Gets or sets the uniform resource identifier (URI) link for the dashboard link label.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Uri LinkUrl { get; set; }
public:
property Uri^ LinkUrl {
Uri^ get();
void set(Uri^ value);
}
Public Property LinkUrl As Uri
Property Value
Type: System.Uri
A System.Uri.
Remarks
The link is opened on the client if the application is running remotely; otherwise, it is opened on the server.
See Also
DashboardLinkLabel Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top