diff --git a/docs/visual-basic/language-reference/xml-axis/xml-value-property.md b/docs/visual-basic/language-reference/xml-axis/xml-value-property.md index 4d554e5d7e504..3e0be0ec46a9c 100644 --- a/docs/visual-basic/language-reference/xml-axis/xml-value-property.md +++ b/docs/visual-basic/language-reference/xml-axis/xml-value-property.md @@ -32,7 +32,7 @@ object.Value The property makes it easy to access the value of the first element in a collection of objects. This property first checks whether the collection contains at least one object. If the collection is empty, this property returns `Nothing`. Otherwise, this property returns the value of the property of the first element in the collection. > [!NOTE] -> When you access the value of an XML attribute using the '@' identifier, the attribute value is returned as a `String` and you do not need to explicitly specify the property. +> When you access the value of an XML attribute using the '\@' identifier, the attribute value is returned as a `String` and you do not need to explicitly specify the property. To access other elements in a collection, you can use the XML extension indexer property. For more information, see [Extension Indexer Property](../../../visual-basic/language-reference/xml-axis/extension-indexer-property.md).