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