IsPublished Element
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>