 | PersonStudentsBillingAccess Property |
Gets or sets the student IDs that this person has billing access to in My Backpack.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string[] StudentsBillingAccess { get; set; }
Public Property StudentsBillingAccess As String()
Get
Set
public:
property array<String^>^ StudentsBillingAccess {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get StudentsBillingAccess () : String[]
function set StudentsBillingAccess (value : String[])
function get_StudentsBillingAccess();
function set_StudentsBillingAccess(value);
Property Value
Type:
StringThe students IDs that this person has billing access to in My Backpack.
See Also