Click or drag to resize
ASCommonIsValidName Method
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.1.5.12)
Syntax
public static bool IsValidName(
	string msName
)

Parameters

msName
Type: SystemString
The name to validate

Return Value

Type: Boolean
true if valid, false if not valid
See Also