Share via


RevisionList.Data Property

Definition

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

Represents the following attribute in the schema: Data

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

Property Value

Attributes

Applies to