Поделиться через


CompareProjectProperty.MdPropUid Property

Gets or sets the GUID of the project property to compare. Not required if PropertyName is specified.

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 CompareProjectProperty
Dim value As Guid

value = instance.MdPropUid

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

Property Value

Type: System.Guid

Remarks

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

See Also

Reference

CompareProjectProperty Class

CompareProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

MdPropUidProperty