ContactName..::..LogonCode Property

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

Syntax


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