SequenceTimeNode.Concurrent Property
Concurrent.Represents the attribte in schema: concurrent
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "concurrent")> _
Public Property Concurrent As BooleanValue
Get
Set
'Usage
Dim instance As SequenceTimeNode
Dim value As BooleanValue
value = instance.Concurrent
instance.Concurrent = value
[SchemaAttrAttribute(, "concurrent")]
public BooleanValue Concurrent { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies if concurrency is enabled or disabled. By default this attribute has a value of disabled. When the value is set to enabled, the previous element is left enabled when advancing to the next element in a sequence instead of being ended. This is only relevant for advancing via the next condition element being triggered. The only other way to advance to the next element would be to have the current element end, which implies it is no longer concurrent.
The possible values for this attribute are defined by the XML Schema boolean datatype.