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