Gets the CICA Document type of this document, which is CicaDocumentType.BargeInvoice.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public override CicaDocumentType DocumentType { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property DocumentType As CicaDocumentType
Visual C++
public:
virtual property CicaDocumentType DocumentType {
	CicaDocumentType get () override;
}

Property Value

The CICA Document type of this document, which is CicaDocumentType.BargeInvoice.

Remarks

This property will always return CicaDocumentType.BargeInvoice.

See Also