UnsignedIntegerType.Val Property
Integer Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As UInt32Value
Get
Set
'Uso
Dim instance As UnsignedIntegerType
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.
Specifies that the contents of this attribute will contain an integer number.
The contents of this number are interpreted based on the context of the parent XML element.
The possible values for this attribute are defined by the XML Schema unsignedInt data type