  | PersonStudentAccounts Property  | 
 
            Gets or sets the student accounts.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic StudentAccount[] StudentAccounts { get; set; }Public Property StudentAccounts As StudentAccount()
	Get
	Set
public:
property array<StudentAccount^>^ StudentAccounts {
	array<StudentAccount^>^ get ();
	void set (array<StudentAccount^>^ value);
}function get StudentAccounts () : StudentAccount[]
function set StudentAccounts (value : StudentAccount[])
function get_StudentAccounts();
function set_StudentAccounts(value);
Property Value
Type: 
StudentAccountThe student accounts.
See Also