ExtensionListWithModification.Modify Property
Modify.Represents the attribte in schema: mod
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "mod")> _
Public Property Modify As BooleanValue
Get
Set
'Usage
Dim instance As ExtensionListWithModification
Dim value As BooleanValue
value = instance.Modify
instance.Modify = value
[SchemaAttrAttribute(, "mod")]
public BooleanValue Modify { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.
See Also
Reference
ExtensionListWithModification Class