IncidentType..::..IsDefault Property

Namespace:  JiwaFinancials.Jiwa.JiwaIncidents.Configuration
Assembly:  JiwaIncidents (in JiwaIncidents.dll)

Syntax


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