DelegatingXmlReader.Item Property (string)DelegatingXmlReader.Item Property (String)DelegatingXmlReader::Item Property (String^)

Gets the value of the attribute with the specified name

Syntax

Public Overrides ReadOnly Property Item As String (    name As String _
)
        Get
public override string  this [    string name
] { get; }
public:
virtual property String^ Item {
    String^ get();
}
 

Parameters

name

Type: System.StringSystem.StringSystem::String^

The qualified name of the attribute.

Property Value

Type: System.StringSystem.StringSystem::String^

The value of the specified attribute. If the attribute is not found, null a null reference (Nothing in Visual Basic) nullptr is returned.