IsComponentNameValid Method
Description
Checks if the specified name is a valid name for a business component.
Syntax
Visual Basic
Public Function IsComponentNameValid( _
   ByVal bsName As String, _
   ByRef pbsErrorString As String _
) As Boolean
Parameters
bsName
The string to check if it is a valid name.
pbsErrorString
An error message listing the invalid characters.
Return Type
True if the string is a valid name.
Remarks
The invalid characters are % * {} \\ | ' : "" / < and >.
See Also