Proxy.End Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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