Gets or sets whether NetSuite warnings should be treated as errors.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool TreatWarningsAsErrors { get; set; }
Visual Basic (Declaration)
Public Property TreatWarningsAsErrors As Boolean
Visual C++
public:
property bool TreatWarningsAsErrors {
	bool get ();
	void set (bool value);
}

See Also