Plugin..::..CompilerParameters Property

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

Syntax


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