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