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