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