Incident..::..ContactName Property

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

Syntax


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