Price..::..IsActive Property

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

Syntax


public bool IsActive { get; set; }
Public Property IsActive As Boolean
	Get
	Set
public:
property bool^ IsActive {
	bool^ get ();
	void set (bool^ value);
}