ReadProjectProperty.MdPropUidProperty field
Contains the MdPropUid property, which is the GUID 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 MdPropUidProperty As DependencyProperty
'Usage
Dim value As DependencyProperty
value = ReadProjectProperty.MdPropUidProperty
ReadProjectProperty.MdPropUidProperty = value
public static DependencyProperty MdPropUidProperty
Remarks
The MdPropUid property can be the GUID of an intrinsic project property, such as the start date, or the GUID of a project 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 comparison.
If MdPropUid is a non-null and non-empty value, PropertyName is ignored.