Address..::..StreetAddress2 Property

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

Syntax


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