ContextNode.ContentType Property

contentType.Represents the attribte in schema: contentType

Namespace:  DocumentFormat.OpenXml.Office2010.Ink
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "contentType")> _
Public Property ContentType As Int32Value
    Get
    Set
'Usage
Dim instance As ContextNode
Dim value As Int32Value

value = instance.ContentType

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

ContextNode Class

ContextNode Members

DocumentFormat.OpenXml.Office2010.Ink Namespace