SecurityElement: AddAttribute

AddAttribute

Adds an attribute to the set of attributes for this SecurityElement.



 Public Sub AddAttribute(
	  ByRef Name As String,
	  ByRef Value As String )

Parameters

Name
[ByRef] String. The name of the new attribute. This is case sensitive.
Value
[ByRef] String. The value of the new attribute.

See Also

Project CorLib Overview

Class SecurityElement Overview