HtmlAttributeReader.ReadName method
The ReadName() method returns the name of the attribute as a string.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadName As String
'Usage
Dim instance As HtmlAttributeReader
Dim returnValue As String
returnValue = instance.ReadName()
public string ReadName()
Return value
Type: System.String
The name of the attribute as a string.