Gets the document type selected in the dialog box.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCDocumentType DocumentType { get; private set; } |
Visual Basic |
---|
Public Property DocumentType As BCDocumentType Get Private Set |
Visual C++ |
---|
public: property BCDocumentType^ DocumentType { BCDocumentType^ get (); private: void set (BCDocumentType^ value); } |