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.2.0.015)
Syntax
| C# |
|---|
public static bool IsValidName( string msName ) |
| Visual Basic |
|---|
Public Shared Function IsValidName ( msName As String ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidName( String^ msName ) |
| F# |
|---|
static member IsValidName : msName : string -> bool |
Parameters
- msName
- Type: System..::..String
The name to validate
Return Value
Type: Booleantrue if valid, false if not valid