Class StudentPhotoByStudentNumberResponse
Inheritance
System.Object
StudentPhotoByStudentNumberResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentPhotoByStudentNumberResponse : ServiceResponse
Constructors
StudentPhotoByStudentNumberResponse()
Default Constructor
Declaration
public StudentPhotoByStudentNumberResponse()
Properties
StudentPhoto
StudentPhoto
Declaration
public IList<StudentPhotoByStudentNumber> StudentPhoto { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<StudentPhotoByStudentNumber> |