Share via


Headers.Exclusive Property

Definition

Exclusive Mode

Represents the following attribute in the schema: exclusive

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

Property Value

Returns BooleanValue.

Attributes

Applies to