DebtorCreditorTransaction..::..SubType Property

Namespace:  JiwaFinancials.Jiwa.JiwaCashBook
Assembly:  JiwaCashBook (in JiwaCashBook.dll)

Syntax


public int SubType { get; set; }
Public Property SubType As Integer
	Get
	Set
public:
property int^ SubType {
	int^ get ();
	void set (int^ value);
}