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


CustomDocumentProperty.VTStorage Property

Binary Storage.Represents the element tag in schema: vt:storage

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

Syntax

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

value = instance.VTStorage

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTStorage

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace