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