  | ParentStudentHasBillingAccess Property  | 
 
            Does the parent have Billing Access to this student account in My Backpack.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool HasBillingAccess { get; set; }Public Property HasBillingAccess As Boolean
	Get
	Set
public:
property bool HasBillingAccess {
	bool get ();
	void set (bool value);
}function get HasBillingAccess () : boolean
function set HasBillingAccess (value : boolean)
function get_HasBillingAccess();
function set_HasBillingAccess(value);
Property Value
Type: 
BooleanDoes the parent have Billing Access to this student account in My Backpack.
See Also