Template.TimeNodeList Property

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

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

Syntax

'Declaration
Public Property TimeNodeList As TimeNodeList
    Get
    Set
'Usage
Dim instance As Template
Dim value As TimeNodeList

value = instance.TimeNodeList

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.TimeNodeList
Returns TimeNodeList.

See Also

Reference

Template Class

Template Members

DocumentFormat.OpenXml.Presentation Namespace