Поделиться через


CustomDocumentProperty.VTUnsignedInteger Property

Unsigned Integer.Represents the element tag in schema: vt:uint

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

Syntax

'Declaration
Public Property VTUnsignedInteger As VTUnsignedInteger
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As VTUnsignedInteger

value = instance.VTUnsignedInteger

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace