  | RecordAttendanceStudentAttendDescription Property  | 
 
            Text to be saved with the absence record
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string AttendDescription { get; set; }Public Property AttendDescription As String
	Get
	Set
public:
property String^ AttendDescription {
	String^ get ();
	void set (String^ value);
}function get AttendDescription () : String
function set AttendDescription (value : String)
function get_AttendDescription();
function set_AttendDescription(value);
Property Value
Type: 
StringText to be saved with the absence record
See Also