CommonTimeNode.Duration Property

Duration.Represents the attribte in schema: dur

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dur")> _
Public Property Duration As StringValue
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As StringValue

value = instance.Duration

instance.Duration = value
[SchemaAttrAttribute(, "dur")]
public StringValue Duration { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace