Gets or sets the type of the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCDocumentType DocumentType { get; set; }
Visual Basic
Public Property DocumentType As BCDocumentType
	Get
	Set
Visual C++
public:
property BCDocumentType^ DocumentType {
	BCDocumentType^ get ();
	void set (BCDocumentType^ value);
}

See Also