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