ContactName..::..Surname Property

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

Syntax


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