Поделиться через


Trace.Type Property

type.Represents the attribte in schema: type

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

Syntax

'Декларация
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TraceTypeValues)
    Get
    Set
'Применение
Dim instance As Trace
Dim value As EnumValue(Of TraceTypeValues)

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TraceTypeValues>

See Also

Reference

Trace Class

Trace Members

DocumentFormat.OpenXml.InkML Namespace