Gets the CICA Document type of this document.

Namespace:  BargeEx.Internal
Assembly:  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..::.DocumentType

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.

See Also