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


CustomDocumentProperty.VTUnsignedShort Property

2-Byte Unsigned Integer.Represents the element tag in schema: vt:ui2

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

Syntax

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

value = instance.VTUnsignedShort

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace