Click or drag to resize
PortalDocType Property
Gets or sets the DocType. Store your identifying document type in this field. See DocNumber for more information.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public short DocType { get; set; }

Property Value

Type: Int16
Exceptions
ExceptionCondition
ReadOnlyException Thrown if this value is set after the document has been created.
See Also