Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the task is published.
<IsPublished>
BooleanValue
</IsPublished>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type boolean is required.
Value |
Description |
---|---|
0 |
False |
1 |
True |
Example
The following example uses the IsPublished element to indicate that the task has been published.
<Task>
…
<IsPublished>1</IsPublished>
…
</Task>