SecurityElement: SearchForTextOfTag

SearchForTextOfTag

Searches for the text of a child with the specified tag name.



 Public Function SearchForTextOfTag(
	  ByRef Tag As String ) As String

Parameters

Tag
[ByRef] String. The tag name of the child being searched for.

Return Values

String -  Returns the text for the found child, or an empty string if not found.

Remarks

Only the first level of children for this instance are searched, no grandchildren are searched.

See Also

Project CorLib Overview

Class SecurityElement Overview