Class GetReferenceItemCampusListResponse
Response Listing Any Campuses Associated with a Reference Item
Inheritance
System.Object
GetReferenceItemCampusListResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetReferenceItemCampusListResponse : ServiceResponse
Constructors
GetReferenceItemCampusListResponse()
Declaration
public GetReferenceItemCampusListResponse()
Properties
ReferenceItemCampuses
List of Reference Types
Declaration
public IList<string> ReferenceItemCampuses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |