SecurityElement: Text (let)

Text

Sets the text between the opening and closing element tags.



 Public Property Let Text(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new element text.

Remarks

The text is validated prior to being set.

Read/Write.

See Also

Project CorLib Overview

Class SecurityElement Overview