CommonTimeNode.EndSync Property

EndSync.Represents the element tag in schema: p:endSync

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

Syntax

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

value = instance.EndSync

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.EndSync
Returns EndSync.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace