CompareProjectProperty.MdPropUidProperty Field
Contains the MdPropUid property, which is the GUID of the project property to compare.
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 = CompareProjectProperty.MdPropUidProperty
CompareProjectProperty.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 path name of the property for comparison.
If MdPropUid is a non-null and non-empty value, PropertyName is ignored.
See Also
Reference
CompareProjectProperty Members