Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 1.81 KB

File metadata and controls

87 lines (63 loc) · 1.81 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version f1_keywords dev_langs monikerRange ms.localizationpriority
AssnOwnerGuid Element
AssnOwnerGuid Element
782ab95f-9790-4d61-9227-111841305578
13188243
03/14/2018
v=office.12
AssnOwnerGuid element
xml
>= project-client-2007 || project-client-odc
medium

AssnOwnerGuid Element

The GUID of the assignment owner.

<AssnOwnerGuid>
  StringValue
</AssnOwnerGuid>

Parent Elements

Assignment, Resource

Occurrences

Minimum: 0

Maximum: 1

Text Value

A text value of type string is required. The string must be in the form "HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH" where "H" represents a hexadecimal digit between 0 and F.

Example

The following example uses the AssnOwner element and the AssnOwnerGuid element to specify that the assignment owner is Ioannis Xylaras.

<Assignment>
  …
  <AssnOwner>Ioannis Xylaras</AssnOwner>
  <AssnOwnerGuid>479C3510-B506-4CE9-BA9A-60C585111E18</AssnOwnerGuid>
  …
</Assignment>

See Also

Reference

AssnOwner Element

Concepts

Resource Elements and XML Structure

XML Schema for the Resources Element

Assignment Elements and XML Structure

XML Schema for the Assignments Element