Class GetAreaOfStudyCatalogListResponse
Represents the response for the GetAreaOfStudyCatalogListResponse method.
Inheritance
System.Object
GetAreaOfStudyCatalogListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAreaOfStudyCatalogListResponse : ServiceResponse
Constructors
GetAreaOfStudyCatalogListResponse()
Declaration
public GetAreaOfStudyCatalogListResponse()
Properties
CatalogList
Get or Set CatalogList
Declaration
public List<CatalogList> CatalogList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CatalogList> |