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.
Applies to v2.
Gets the URI to navigate to when the item is clicked.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Uri As Uri
Get
Private Set
'Usage
Dim instance As DashboardItem
Dim value As Uri
value = instance.Uri
public Uri Uri { get; private set; }
public:
property Uri^ Uri {
Uri^ get ();
private: void set (Uri^ value);
}
member Uri : Uri with get, private set
function get Uri () : Uri
private function set Uri (value : Uri)
Property Value
Type: System.Uri
The URI to navigate to when the item is clicked.