  | AddressEmailEmail1 Property  | 
 
            Gets or sets the first email address.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Email1 { get; set; }Public Property Email1 As String
	Get
	Set
public:
property String^ Email1 {
	String^ get ();
	void set (String^ value);
}function get Email1 () : String
function set Email1 (value : String)
function get_Email1();
function set_Email1(value);
Property Value
Type: 
StringThe first email address.
See Also