Class UploadTaskLetterTemplateResponse
Represents the response for the UploadTaskLetterTemplate method.
Inheritance
System.Object
UploadTaskLetterTemplateResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UploadTaskLetterTemplateResponse : ServiceResponse
Constructors
UploadTaskLetterTemplateResponse()
Declaration
public UploadTaskLetterTemplateResponse()
Properties
TaskId
Gets or sets the TaskId.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskId. |