Share via


ReadProjectProperty.MdPropUid property

Gets or sets 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
<BrowsableAttribute(True)> _
Public Property MdPropUid As Guid
    Get
    Set
'Usage
Dim instance As ReadProjectProperty
Dim value As Guid

value = instance.MdPropUid

instance.MdPropUid = value
[BrowsableAttribute(true)]
public Guid MdPropUid { get; set; }

Property value

Type: System.Guid
The GUID of the project property.

Remarks

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

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

MdPropUidProperty