IsBudget Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Indicates whether the resource is a budget resource.
<IsBudget>
BooleanValue
</IsBudget>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A string value of type boolean is required.
Valid values are listed in Table 1.
Value |
Description |
---|---|
0 |
False |
1 |
True |
Example
The following example uses the IsBudget element to indicate that the resource is not a budget resource.
<Resource>
…
<IsBudget>0</IsBudget>
…
</Resource>