Connection.Deleted Property

Definition

deleted

Represents the following attribute in the schema: deleted

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

Property Value

Returns BooleanValue.

Attributes

Applies to