Gets the CICA Document type of this document, which is 
 CicaDocumentType.BargeServiceOrder.
 
    Namespace: 
   BargeExAssembly: 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.BargeServiceOrder.
Remarks
 This property will always return 
 CicaDocumentType.BargeServiceOrder.