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