ExtensionListWithModification.Modify Property

Definition

Modify

Represents the following attribute in the schema: mod

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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies whether the data contained within this element has been modified and should thus be processed again by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to