NumberValue property

Return the value of the control's backing property.

Visual Basic syntax

Public Property NumberValue As T

C# syntax

public T NumberValue {get;set;}

Usage

(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelNumber interface that derives from this one.)