TaskRestorationTypeEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Resources Class|Global_Resources}} | {{Template:APIClass|Global_Resources Class|Global_Resources}} | ||
=== | === Syntax=== | ||
{{APIPrefix| Public Enum}} | {{APIPrefix| Public Enum}} | ||
{{APIName|TaskRestorationTypeEnum}} | {{APIName|'''TaskRestorationTypeEnum'''}} | ||
{{APIPrefix|As Integer}} | {{APIPrefix|As Integer}} | ||
:{{APIName|SinceLast}}={{APIName|0}} | :{{APIName|SinceLast}}={{APIName|0}} | ||
:{{APIName|All}}={{APIName|1}} | :{{APIName|All}}={{APIName|1}}<br> | ||
{{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}} | {{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}} |
Revision as of 16:09, 24 September 2013
Syntax
Public Enum TaskRestorationTypeEnum As Integer
- SinceLast = 0
- All = 1
Can be used to assign values to TaskRestorationType within CorrectiveTasks