Share via


Mapping.Type Property

type.Represents the attribte in schema: type

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of MappingTypeValues)
    Get
    Set
'Usage
Dim instance As Mapping
Dim value As EnumValue(Of MappingTypeValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<MappingTypeValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<MappingTypeValues>

See Also

Reference

Mapping Class

Mapping Members

DocumentFormat.OpenXml.InkML Namespace