Headers.History Property

Definition

History

Represents the following attribute in the schema: history

[DocumentFormat.OpenXml.SchemaAttr(0, "history")]
public DocumentFormat.OpenXml.BooleanValue History { get; set; }
public DocumentFormat.OpenXml.BooleanValue History { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "history")]
public DocumentFormat.OpenXml.BooleanValue? History { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("history")]
public DocumentFormat.OpenXml.BooleanValue? History { get; set; }
public DocumentFormat.OpenXml.BooleanValue? History { get; set; }
member this.History : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "history")>]
member this.History : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("history")>]
member this.History : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property History As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to