Click or drag to resize
PortalDocModule Property
Gets or sets the Transaction Source Module. Store your identifying module ID in this field. Please see DocNumber for more information.

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

Property Value

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