Proxy.End Property

Definition

End Point Connection Flag

Represents the following attribute in the schema: end

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to