Skip to content

Latest commit

 

History

History
103 lines (81 loc) · 1.65 KB

File metadata and controls

103 lines (81 loc) · 1.65 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version f1_keywords dev_langs monikerRange ms.localizationpriority
IsBudget Element
IsBudget Element
9e3cbbb0-2df5-4c26-aa62-335daf8a238d
13188303
03/14/2018
v=office.12
IsBudget element
xml
>= project-client-2007 || project-client-odc
medium

IsBudget Element

Indicates whether the resource is a budget resource.

<IsBudget>
  BooleanValue
</IsBudget>

Parent Elements

Resource

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>

See Also

Concepts

Resource Elements and XML Structure

XML Schema for the Resources Element