Sitecore 5.0 API

ConfigReader.GetAttribute Method 

Gets the attribute.

[Visual Basic]
Public Shared Function GetAttribute( _
   ByVal nodePath As String, _
   ByVal attributeName As String _
) As String
[C#]
public static string GetAttribute(
   string nodePath,
   string attributeName
);

Parameters

nodePath
Node path.
attributeName
Name of the attribute.

See Also

ConfigReader Class | Sitecore.Configuration Namespace