Nevron.Dom Namespace / NAttributeContainer Class / SetAttributeByName Method


SetAttributeByName Method (NAttributeContainer)
Syntax
'Declaration
 
Public Shared Sub SetAttributeByName( _
   ByVal attributeContainer As INAttributeContainer, _
   ByVal attributeName As System.String, _
   ByVal attributeValue As INAttribute _
) 
 
'Usage
 
Dim attributeContainer As INAttributeContainer
Dim attributeName As System.String
Dim attributeValue As INAttribute
 
NAttributeContainer.SetAttributeByName(attributeContainer, attributeName, attributeValue)

Parameters

attributeContainer
attributeName
attributeValue
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