Manager..::..CompileDebugSymbols Property

Gets or sets a value indicating whether [compile debug symbols].

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

Syntax


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

Field Value

true if [compile debug symbols]; otherwise, false.