  | FacultyInfoEMail Property  | 
 
            Gets or sets the faculty email address.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string EMail { get; set; }Public Property EMail As String
	Get
	Set
public:
property String^ EMail {
	String^ get ();
	void set (String^ value);
}function get EMail () : String
function set EMail (value : String)
function get_EMail();
function set_EMail(value);
Property Value
Type: 
String
See Also