public ICommand SubmitCommand { get; }
Public ReadOnly Property SubmitCommand As ICommand
Get
public:
virtual property ICommand^ SubmitCommand {
ICommand^ get () sealed;
}
abstract SubmitCommand : ICommand with get
override SubmitCommand : ICommand with get