XmlColumnProperties.Denormalized Property

Definition

Denormalized

Represents the following attribute in the schema: denormalized

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

Property Value

Returns BooleanValue.

Attributes

Applies to