Reference..::..TemporaryFolder Property

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

Syntax


[BrowsableAttribute]
public string TemporaryFolder { get; set; }
<BrowsableAttribute> _
Public Property TemporaryFolder As String
	Get
	Set
[BrowsableAttribute]
public:
property String^ TemporaryFolder {
	String^ get ();
	void set (String^ value);
}