'Declaration
Public Overloads Function Validate( _ ByVal fieldName As System.String _ ) As System.Boolean
'Usage
Dim instance As Menu Dim fieldName As System.String Dim value As System.Boolean value = instance.Validate(fieldName)
public System.bool Validate( System.string fieldName )
Parameters
- fieldName
- Property.
Return Value
Returns true if the validation was successful.