DefinedName.Function Property

Definition

Function

Represents the following attribute in the schema: function

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

Property Value

Returns BooleanValue.

Attributes

Applies to