[NotNullAttribute]
public ICommand LaunchCommand { get; }
<NotNullAttribute>
Public ReadOnly Property LaunchCommand As ICommand
Get
public:
[NotNullAttribute]
property ICommand^ LaunchCommand {
ICommand^ get ();
}
[<NotNullAttribute>]
member LaunchCommand : ICommand with get