RuntimeNodeTrigger.Val Property
Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of TriggerRuntimeNodeValues)
Get
Set
'Usage
Dim instance As RuntimeNodeTrigger
Dim value As EnumValue(Of TriggerRuntimeNodeValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<TriggerRuntimeNodeValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TriggerRuntimeNodeValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute describes the value that will trigger the runtime node.
The possible values for this attribute are defined by the ST_TLTriggerRuntimeNode simple type.