Schema.Namespace Property

Definition

Schema Root Namespace

Represents the following attribute in the schema: Namespace

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

Property Value

Returns StringValue.

Attributes

Applies to