Address..::..StreetAddress1 Property

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

Syntax


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