Gets or sets the case number of the case this task belongs to.
Namespace: Therefore.API
Visual Basic
Public Overridable ReadOnly Property CaseNo As Integer
C#
public virtual int CaseNo { get; set; }
Parameters
None.
Property Value
The case no. for the case linked to this task.
|