public ICommand Command { get; init; }Public Property Command As ICommand
Get
Setpublic:
virtual property ICommand^ Command {
ICommand^ get () sealed;
void set (ICommand^ value) sealed;
}abstract Command : ICommand with get, set
override Command : ICommand with get, set