Share via


ContentTypeSchema.ContentTypeVersion Property

contentTypeVersion.Represents the attribte in schema: ma:contentTypeVersion

Namespace:  DocumentFormat.OpenXml.Office.ContentType
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "contentTypeVersion")> _
Public Property ContentTypeVersion As Int32Value
    Get
    Set
'Usage
Dim instance As ContentTypeSchema
Dim value As Int32Value

value = instance.ContentTypeVersion

instance.ContentTypeVersion = value
[SchemaAttrAttribute(, "contentTypeVersion")]
public Int32Value ContentTypeVersion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

ContentTypeSchema Class

ContentTypeSchema Members

DocumentFormat.OpenXml.Office.ContentType Namespace