HtmlWriter.WriteAttributeValue Method (String)
The WriteAttributeValue method writes an attribute value to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttributeValue ( _
value As String _
)
'Usage
Dim instance As HtmlWriter
Dim value As String
instance.WriteAttributeValue(value)
public void WriteAttributeValue(
string value
)
Parameters
- value
Type: System.String
The attribute value to write.