CustomDocumentProperty.VTError Property
Error Status Code.Represents the element tag in schema: vt:error
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property VTError As VTError
Get
Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTError
value = instance.VTError
instance.VTError = value
public VTError VTError { get; set; }
Property Value
Type: DocumentFormat.OpenXml.VariantTypes.VTError