UInt32Value Class

Defines UInt32Value - UInt32 value for attributes.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<UInt32>
      DocumentFormat.OpenXml.UInt32Value

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt32Value _
    Inherits OpenXmlSimpleValue(Of UInteger)
'Usage
Dim instance As UInt32Value
[CLSCompliantAttribute(false)]
public class UInt32Value : OpenXmlSimpleValue<uint>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UInt32Value Members

DocumentFormat.OpenXml Namespace