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.1.0.0 (2.1)

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
)

Parameters

msName
Type: System..::..String
The name to validate

Return Value

true if valid, false if not valid

See Also