Search
LocalizationInfo.TaskStatusDeferred Property
See Also
 





Gets or sets the string representing a status 'Deferred' text.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string TaskStatusDeferred { get; set; }

Visual Basic  Copy Code

Public Property TaskStatusDeferred As String

 Property Value

A string value.

 See Also