Share via


OnOffType.Val Property

val.Represents the attribte in schema: w14:val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of OnOffValues)
    Get
    Set
'Usage
Dim instance As OnOffType
Dim value As EnumValue(Of OnOffValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<OnOffValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<OnOffValues>

See Also

Reference

OnOffType Class

OnOffType Members

DocumentFormat.OpenXml.Office2010.Word Namespace