 |
CloseDetailV1IgnoreOpenTasks Property |
If this is set to true and "Activity can be closed with open tasks" is set for the corresponding activity code,
close will succeed irrespective of whether tasks or open or not.
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2020.1.0.1
Syntaxpublic bool IgnoreOpenTasks { get; set; }
Public Property IgnoreOpenTasks As Boolean
Get
Set
Dim instance As CloseDetailV1
Dim value As Boolean
value = instance.IgnoreOpenTasks
instance.IgnoreOpenTasks = value
Property Value
Type:
Boolean
IgnoreOpenTasks As Boolean.
Remarks Note |
---|
|
See Also