SecurityElement: GetAttribute

GetAttribute

Searches for the specified attribute and returns the value or an empty string.



 Public Function GetAttribute(
	  ByRef Name As String ) As String

Parameters

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

Return Values

String -  Returns the attribute value or an empty string if not found.

Remarks

This is the same as the Attribute method in the .NET SecurityElement class.

See Also

Project CorLib Overview

Class SecurityElement Overview