McCommandValidateName Method
|
|
Make sure the passed string uses the proper syntax and addresses potential issues
like the use of keywords in command names.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function ValidateName (
name As String
) As String
Parameters
- name
- Type: SystemString
Return Value
Type:
String
Remarks
See Also