DestinationProperty..::..SetterMethod Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.Import
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public Action<Inventory, string, string, string[], int, Mapping> SetterMethod { get; set; }
Public Property SetterMethod As Action(Of Inventory, String, String, String(), Integer, Mapping)
	Get
	Set
public:
property Action<Inventory^, String^, String^, array<String^>^, int^, Mapping^>^ SetterMethod {
	Action<Inventory^, String^, String^, array<String^>^, int^, Mapping^>^ get ();
	void set (Action<Inventory^, String^, String^, array<String^>^, int^, Mapping^>^ value);
}