Channel.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 ChannelDataTypeValues)
    Get
    Set
'Usage
Dim instance As Channel
Dim value As EnumValue(Of ChannelDataTypeValues)

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ChannelDataTypeValues>

See Also

Reference

Channel Class

Channel Members

DocumentFormat.OpenXml.InkML Namespace