Class GetCurrentOrHistoricalTasksResponse
Represents the response for the GetCurrentOrHistoricalTasks method.
Inheritance
System.Object
GetCurrentOrHistoricalTasksResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetCurrentOrHistoricalTasksResponse : ServiceResponse
Constructors
GetCurrentOrHistoricalTasksResponse()
Declaration
public GetCurrentOrHistoricalTasksResponse()
Properties
TaskIds
List of TaskId
Declaration
public List<int> TaskIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |