HyperlinkRuby.History Property
history.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 HyperlinkRuby
Dim value As OnOffValue
value = instance.History
instance.History = value
[SchemaAttrAttribute(, "history")]
public OnOffValue History { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue