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



name
Gets the value of the attribute specified by the qualified name. In C#, this property is the indexer for the XmlFastInfosetReader class.


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

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable ReadOnly Property Item( _
   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.Item(name)
C# 
public override string Item( 
   string name
) {get;}
C++/CLI 
public:
property String^ Item override {
   String^ get(String^ name);
}

Parameters

name

Return Value

The value of the specified attribute.
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