CommonTimeNode.SyncBehavior Property

Synchronization Behavior.Represents the attribte in schema: syncBehavior

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

Syntax

'Declaration
<SchemaAttrAttribute(, "syncBehavior")> _
Public Property SyncBehavior As EnumValue(Of TimeNodeSyncValues)
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As EnumValue(Of TimeNodeSyncValues)

value = instance.SyncBehavior

instance.SyncBehavior = value
[SchemaAttrAttribute(, "syncBehavior")]
public EnumValue<TimeNodeSyncValues> SyncBehavior { get; set; }

Property Value

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

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace