MetadataType.MinSupportedVersion Property

Definition

Minimum Supported Version

Represents the following attribute in the schema: minSupportedVersion

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

Property Value

Returns UInt32Value.

Attributes

Applies to