Class GetCampusesForAccountStatusResponse
Represents the response for the GetCampusesForAccountStatus method.
Inheritance
System.Object
GetCampusesForAccountStatusResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetCampusesForAccountStatusResponse : ServiceResponse
Constructors
GetCampusesForAccountStatusResponse()
Declaration
public GetCampusesForAccountStatusResponse()
Properties
CampusDetailsList
Declaration
public List<CampusDetailsForAccountStatus> CampusDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CampusDetailsForAccountStatus> |