FileVersion.LastEdited Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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