  | StudentSectionWithdrawMarkingPeriod Property  | 
 
            Gets or sets the withdrawal marking period.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int WithdrawMarkingPeriod { get; set; }Public Property WithdrawMarkingPeriod As Integer
	Get
	Set
public:
property int WithdrawMarkingPeriod {
	int get ();
	void set (int value);
}function get WithdrawMarkingPeriod () : int
function set WithdrawMarkingPeriod (value : int)
function get_WithdrawMarkingPeriod();
function set_WithdrawMarkingPeriod(value);
Property Value
Type: 
Int32The withdrawal marking period.
Remarks
            Contains the withdrawal marking period number that the student withdrew from this course.
            
See Also