Share via


HtmlTagContextAttribute.Value property

The Value property gets a string representing the attribute value stored in this HtmlTagContextAttribute structure.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Value As String
    Get
'Usage
Dim instance As HtmlTagContextAttribute
Dim value As String

value = instance.Value
public string Value { get; }

Property value

Type: System.String

Remarks

You can use the ReadValue method to read the attribute value into a text buffer.

See also

Reference

HtmlTagContextAttribute structure

HtmlTagContextAttribute members

Microsoft.Exchange.Data.TextConverters namespace