EmailReport..::..From Property

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.SalesQuote
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


public string From { get; set; }
Public Property From As String
	Get
	Set
public:
property String^ From {
	String^ get ();
	void set (String^ value);
}