Nevron.Dom Namespace / NAttributeContainer Class / FindAttributeByName Method


FindAttributeByName Method
Syntax
'Declaration
 
Public Shared Function FindAttributeByName( _
   ByVal attributeName As System.String, _
   ByVal attributes As NAttributeList _
) As INAttribute
 
'Usage
 
Dim attributeName As System.String
Dim attributes As NAttributeList
Dim value As INAttribute
 
value = NAttributeContainer.FindAttributeByName(attributeName, attributes)

Parameters

attributeName
attributes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also