UpdateProjectProperty.MdPropUidProperty Field
Contains the MdPropUid property, which is the GUID 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 MdPropUidProperty As DependencyProperty
'Usage
Dim value As DependencyProperty
value = UpdateProjectProperty.MdPropUidProperty
UpdateProjectProperty.MdPropUidProperty = value
public static DependencyProperty MdPropUidProperty
Remarks
For example, the MdPropUid property can be the GUID of a custom field.
In the Properties pane of a workflow activity, the MdPropUid property can be the name of the workflow and the path name of the property for update.
If MdPropUid is a non-null and non-empty value, PropertyName is ignored.