TasksToRunTaskType Property |
Gets or sets the type of the task.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string TaskType { get; set; }
Public Property TaskType As String
Get
Set
public:
property String^ TaskType {
String^ get ();
void set (String^ value);
}
member TaskType : string with get, set
Property Value
Type:
StringThe type of the task.
See Also