Sequence.Verbal Property
verbal.Represents the attribte in schema: emma:verbal
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "verbal")> _
Public Property Verbal As BooleanValue
Get
Set
'Usage
Dim instance As Sequence
Dim value As BooleanValue
value = instance.Verbal
instance.Verbal = value
[SchemaAttrAttribute(, "verbal")]
public BooleanValue Verbal { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue