Share via


ExternalData.AutoUpdate Property

Definition

True if the external link should automatically update, this property is only available in Office 2016 and later.

Represents the following attribute in the schema: cx:autoUpdate

[DocumentFormat.OpenXml.SchemaAttr(0, "autoUpdate")]
public DocumentFormat.OpenXml.BooleanValue AutoUpdate { get; set; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
[DocumentFormat.OpenXml.SchemaAttr(80, "autoUpdate")]
public DocumentFormat.OpenXml.BooleanValue AutoUpdate { get; set; }
public DocumentFormat.OpenXml.BooleanValue AutoUpdate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(80, "autoUpdate")]
public DocumentFormat.OpenXml.BooleanValue AutoUpdate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(80, "autoUpdate")]
public DocumentFormat.OpenXml.BooleanValue? AutoUpdate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cx:autoUpdate")]
public DocumentFormat.OpenXml.BooleanValue? AutoUpdate { get; set; }
public DocumentFormat.OpenXml.BooleanValue? AutoUpdate { get; set; }
member this.AutoUpdate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "autoUpdate")>]
member this.AutoUpdate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
[<DocumentFormat.OpenXml.SchemaAttr(80, "autoUpdate")>]
member this.AutoUpdate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(80, "autoUpdate")>]
member this.AutoUpdate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cx:autoUpdate")>]
member this.AutoUpdate : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property AutoUpdate As BooleanValue

Property Value

Attributes

Applies to