Headers.LastGuid Property

Definition

Last GUID

Represents the following attribute in the schema: lastGuid

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

Property Value

Returns StringValue.

Attributes

Applies to