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