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

Back to Xml Class Summary

Xml::GetAttributeName

Returns the name of the Nth attribute of an XML node. The first attribute is at index 0.

  Declarations  
    [Visual Basic]
Public Function GetAttributeName(ByVal Integer index) As String

[C#]
public string GetAttributeName(int index);

[C++]
public String *GetAttributeName(int index);

[JScript]
public function GetAttributeName(int index) : String
 
  Parameters  
   
index
Index of the attribute. The first attribute is at index 0.
 

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