CommonTimeNode.ChildTimeNodeList Property

Children Time Node List.Represents the element tag in schema: p:childTnLst

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

Syntax

'Declaration
Public Property ChildTimeNodeList As ChildTimeNodeList
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As ChildTimeNodeList

value = instance.ChildTimeNodeList

instance.ChildTimeNodeList = value
public ChildTimeNodeList ChildTimeNodeList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.ChildTimeNodeList
Returns ChildTimeNodeList.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace