Share via


Connection.AutoDelete Property

Definition

autoDelete, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: autoDelete

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

Property Value

Attributes

Applies to