| TaskStatusTaskId Property |
Gets or sets the ID of this task.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public string TaskId { get; set; }
Public Property TaskId As String
Get
Set
public:
property String^ TaskId {
String^ get ();
void set (String^ value);
}
member TaskId : string with get, set
Property Value
Type:
StringSee Also