| Visual Basic (Declaration) | |
|---|---|
Public Function ValidateName( _ ByVal name As String, _ ByVal nameType As NameType _ ) As Boolean | |
Parameters
- name
- A string value representing the name to validate.
- nameType
- a NameType enumeration indicating whether the name is for a control, dataset, dataregion or grouping object.