SecurityElementStatic: IsValidAttributeName

IsValidAttributeName

Determines if an attribute name if valid.



 Public Function IsValidAttributeName(
	  ByRef Name As String ) As Boolean

Parameters

Name
[ByRef] String. The name of the attribute to test.

Return Values

Boolean -  Returns True if the attribute name is valid, False otherwise.

Remarks

The name if not valid if it contains any of the following: "<", ">", or a space.

See Also

Project CorLib Overview

Class SecurityElementStatic Overview