ContentTypeSchema.VersionID Property
versionID.Represents the attribte in schema: ma:versionID
Namespace: DocumentFormat.OpenXml.Office.ContentType
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "versionID")> _
Public Property VersionID As StringValue
Get
Set
'Usage
Dim instance As ContentTypeSchema
Dim value As StringValue
value = instance.VersionID
instance.VersionID = value
[SchemaAttrAttribute(, "versionID")]
public StringValue VersionID { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue