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