 | PersonStudentEmail Property |
Gets or sets the student's email address.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string StudentEmail { get; set; }
Public Property StudentEmail As String
Get
Set
public:
property String^ StudentEmail {
String^ get ();
void set (String^ value);
}
function get StudentEmail () : String
function set StudentEmail (value : String)
function get_StudentEmail();
function set_StudentEmail(value);
Property Value
Type:
StringThe student's email address.
See Also