Gets the CICA Document type of this document.
Namespace:
BargeEx.InternalAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public abstract CicaDocumentType DocumentType { get; } |
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property DocumentType As CicaDocumentType |
Visual C++ |
---|
public: virtual property CicaDocumentType DocumentType { CicaDocumentType get () abstract; } |
Property Value
The CICA Document type of this document.Implements
IDocument..::.DocumentTypeRemarks
This value can be used to determine which of the CICA Document classes
(e.g.
DocumentAcknowledgment,
BargeInvoice,
etc.) an
IDocument
can be safely cast.