SimpleField.Dirty Property

Definition

Field Result Invalidated

Represents the following attribute in the schema: w:dirty

[DocumentFormat.OpenXml.SchemaAttr(23, "dirty")]
public DocumentFormat.OpenXml.OnOffValue Dirty { get; set; }
public DocumentFormat.OpenXml.OnOffValue Dirty { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "dirty")]
public DocumentFormat.OpenXml.OnOffValue? Dirty { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:dirty")]
public DocumentFormat.OpenXml.OnOffValue? Dirty { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Dirty { get; set; }
member this.Dirty : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "dirty")>]
member this.Dirty : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:dirty")>]
member this.Dirty : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Dirty As OnOffValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to