ContextNode.SemanticType Property

semanticType.Represents the attribte in schema: semanticType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "semanticType")> _
Public Property SemanticType As StringValue
    Get
    Set
'Usage
Dim instance As ContextNode
Dim value As StringValue

value = instance.SemanticType

instance.SemanticType = value
[SchemaAttrAttribute(, "semanticType")]
public StringValue SemanticType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ContextNode Class

ContextNode Members

DocumentFormat.OpenXml.Office2010.Ink Namespace