Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.GetAttribute(string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > GetAttribute Method : GetAttribute(String) Method



name
The name of an attribute.
Gets the value of an attribute.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Function GetAttribute( _
   ByVal name As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim name As String
Dim value As String
 
value = instance.GetAttribute(name)
C# 
public override string GetAttribute( 
   string name
)
C++/CLI 
public:
String^ GetAttribute( 
   String^ name
) override 

Parameters

name
The name of an attribute.

Return Value

The value of the specified attribute.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in System.Xml.XmlReader