.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::AddAttribute

Adds an attribute to the calling node in the XML document. Returns True for success, and False for failure.

  Declarations  
    [Visual Basic]
Public Function AddAttribute(ByVal String name , ByVal String value) As Boolean

[C#]
public bool AddAttribute(string name , string value);

[C++]
public bool AddAttribute(String *name , String *value);

[JScript]
public function AddAttribute(String name , String value) : Boolean
 
  Parameters  
   
name
The attribute name
value
The attribute value
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.