Share via


ReadProjectProperty.PropertyNameProperty field

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

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 = ReadProjectProperty.PropertyNameProperty

ReadProjectProperty.PropertyNameProperty = value
public static DependencyProperty PropertyNameProperty

Remarks

The PropertyName specifies the name of the project property. 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 for comparison. If a non-null and non-empty MdPropUid value is specified, PropertyName is ignored.

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

PropertyName