CustomFieldCollection..::..BusinessLogic Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.CustomFields
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public IJiwaBusinessLogic BusinessLogic { get; set; }
Public Property BusinessLogic As IJiwaBusinessLogic
	Get
	Set
public:
property IJiwaBusinessLogic^ BusinessLogic {
	IJiwaBusinessLogic^ get ();
	void set (IJiwaBusinessLogic^ value);
}