Map.RootElement Property

Definition

Root Element Name

Represents the following attribute in the schema: RootElement

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

Property Value

Returns StringValue.

Attributes

Applies to