 | PersonStudentRelationships Property |
Gets or sets the student relationships this person has.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic StudentRelationship[] StudentRelationships { get; set; }
Public Property StudentRelationships As StudentRelationship()
Get
Set
public:
property array<StudentRelationship^>^ StudentRelationships {
array<StudentRelationship^>^ get ();
void set (array<StudentRelationship^>^ value);
}
function get StudentRelationships () : StudentRelationship[]
function set StudentRelationships (value : StudentRelationship[])
function get_StudentRelationships();
function set_StudentRelationships(value);
Property Value
Type:
StudentRelationshipThe students relationships.
See Also