Compartir a través de


TimeNode.Val Property

Value.Represents the attribte in schema: val

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

Syntax

'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As UInt32Value
    Get
    Set
'Uso
Dim instance As TimeNode
Dim value As UInt32Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public UInt32Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies a time node identifier.

The possible values for this attribute are defined by the ST_TLTimeNodeID simple type.

See Also

Reference

TimeNode Class

TimeNode Members

DocumentFormat.OpenXml.Presentation Namespace