Share via


RevisionList.Fake Property

Definition

Fake, this property is only available in Office 2016 and later.

Represents the following attribute in the schema: Fake

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

Property Value

Attributes

Applies to