Properties.ApplicationVersion Property
Application Version.Represents the element tag in schema: ap:AppVersion
Namespace: DocumentFormat.OpenXml.ExtendedProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ApplicationVersion As ApplicationVersion
Get
Set
'Usage
Dim instance As Properties
Dim value As ApplicationVersion
value = instance.ApplicationVersion
instance.ApplicationVersion = value
public ApplicationVersion ApplicationVersion { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion