FileVersion.LastEdited Property

Definition

Last Edited Version

Represents the following attribute in the schema: lastEdited

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

Property Value

Returns StringValue.

Attributes

Applies to