Constructors: NewSecurityElement

NewSecurityElement

Creates a new SecurityElement object.



 Public Function NewSecurityElement(
	  ByRef Tag As String,
	  Optional ByRef Text As String ) As SecurityElement

Parameters

Tag
[ByRef] String. The name of the security element.
Text
[ByRef] Optional. String. The text within the element tags.

Return Values

SecurityElement -  A new SecurityElement object.

Remarks

A SecurityElement is a simple version of an XML tag with attributes and text.

See Also

Project CorLib Overview

Class Constructors Overview

SecurityElement