Gets or sets whether the readonly fields are ignored.

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

Syntax

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

See Also