OnOffType.Val Property

On/Off Value.Represents the attribte in schema: w:val

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

Syntax

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

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public OnOffValue Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

OnOffType Class

OnOffType Members

DocumentFormat.OpenXml.Wordprocessing Namespace