Hyperlink.History Property

Add To Viewed Hyperlinks.Represents the attribte in schema: w:history

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "history")> _
Public Property History As OnOffValue
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As OnOffValue

value = instance.History

instance.History = value
[SchemaAttrAttribute(, "history")]
public OnOffValue History { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

Hyperlink Class

Hyperlink Members

DocumentFormat.OpenXml.Wordprocessing Namespace