  | AddressMiniIsSendGrades Property  | 
 
            Gets or sets a value indicating whether this address is set to receive student's grade reports.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsSendGrades { get; set; }Public Property IsSendGrades As Boolean
	Get
	Set
public:
property bool IsSendGrades {
	bool get ();
	void set (bool value);
}function get IsSendGrades () : boolean
function set IsSendGrades (value : boolean)
function get_IsSendGrades();
function set_IsSendGrades(value);
Property Value
Type: 
BooleanTrue if this address is set to receive student's grade reports; otherwise, 
False.
            
See Also