Share via


UpdateProjectProperty.PropertyNameProperty Field

Contains the PropertyName property, which is the name of the project property to update.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
Public Shared PropertyNameProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = UpdateProjectProperty.PropertyNameProperty

UpdateProjectProperty.PropertyNameProperty = value
public static DependencyProperty PropertyNameProperty

Remarks

The PropertyName specifies the name of the project property to update. The property can be one of the following properties in the drop-down list in the Properties pane:

  • PROJ_NAME

  • CREATED_DATE

  • PROJ_TYPE

  • WPROJ_LAST_PUB

  • PROJ_INFO_START_DATE

  • PROJ_INFO_FINISH_DATE

  • ProjectOwnerID

  • % Complete

  • Optimizer Decision

  • Planner Decision

  • Approved Start Date

  • Approved End Date

In the Properties pane of a workflow activity, the PropertyName property can also be the name of the workflow and the path name of the property. If a non-null and non-empty MdPropUid value is specified, PropertyName is ignored.

See Also

Reference

UpdateProjectProperty Class

UpdateProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

PropertyName