Return the value of the control's backing property.
Public Property NumberValue As T
public T NumberValue {get;set;}
(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelNumber interface that derives from this one.)