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