Class HomeShortcutInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll

A class that contains the shortcut information.

C#
Copy
public class HomeShortcutInfo : ShortcutInfo
Inheritance
object
HomeShortcutInfo

Properties

View Source

Uri

Gets or sets the specific information delivered to the viewer for creating a shortcut.

Declaration
C#
Copy
public string Uri { get; set; }
Property Value
Type Description
string