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