Validates that the name does not start with $ or _

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

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: Boolean
true if valid, false if not valid

See Also