  | StudentAccountEnrollmentStatus Property  | 
 
            Gets the Enrollment Status for the student. 
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string EnrollmentStatus { get; set; }Public Property EnrollmentStatus As String
	Get
	Set
public:
property String^ EnrollmentStatus {
	String^ get ();
	void set (String^ value);
}function get EnrollmentStatus () : String
function set EnrollmentStatus (value : String)
function get_EnrollmentStatus();
function set_EnrollmentStatus(value);
Property Value
Type: 
StringThe student's enrollment status.
See Also