Class GetReassignLeadsResponse
Represents the response for the ReassignLead method.
Inheritance
System.Object
GetReassignLeadsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetReassignLeadsResponse : ServiceResponse
Constructors
GetReassignLeadsResponse()
Declaration
public GetReassignLeadsResponse()
Properties
ReassignLeadsList
Gets or sets the ReassignLeadsList properties.
Declaration
public List<ReassignLead> ReassignLeadsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ReassignLead> |