TextBox.Numeric property
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Numeric As Boolean
Get
Set
'Usage
Dim instance As TextBox
Dim value As Boolean
value = instance.Numeric
instance.Numeric = value
public bool Numeric { get; set; }
Property value
Type: System.Boolean