ASCommonIsValidName Method |
Validates that the name does not start with $ or _
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static bool IsValidName(
string msName
)
Public Shared Function IsValidName (
msName As String
) As Boolean
public:
static bool IsValidName(
String^ msName
)
static member IsValidName :
msName : string -> bool
Parameters
- msName
- Type: SystemString
The name to validate
Return Value
Type:
Booleantrue if valid, false if not valid
See Also