Share via


Headers.Protected Property

Definition

Protected

Represents the following attribute in the schema: protected

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

Property Value

Returns BooleanValue.

Attributes

Applies to