public ICommand CreateDesktopShortcutCommand { get; }
Public ReadOnly Property CreateDesktopShortcutCommand As ICommand
Get
public:
property ICommand^ CreateDesktopShortcutCommand {
ICommand^ get ();
}
member CreateDesktopShortcutCommand : ICommand with get