InputMessage Property (DataValidation)
Gets or sets the message text of input prompt.
public string InputMessage {get; set;}
'Declaration
Public Property InputMessage As String
'Usage
Dim instance As DataValidation
Dim value As String
instance.InputMessage = value
value = instance.InputMessage
Property Value
A
System.String value represents the message text of input prompt.