public ICommand CloseWithoutValidationCommand { get; }
Public ReadOnly Property CloseWithoutValidationCommand As ICommand
Get
public:
property ICommand^ CloseWithoutValidationCommand {
ICommand^ get ();
}
member CloseWithoutValidationCommand : ICommand with get