Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the code property, such as a selection in a lookup table.
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 CodePropertyValue As Guid
Get
Set
'Usage
Dim instance As CompareProjectProperty
Dim value As Guid
value = instance.CodePropertyValue
instance.CodePropertyValue = value
[BrowsableAttribute(true)]
public Guid CodePropertyValue { get; set; }
Property value
Type: System.Guid
Returns a Guid.
Remarks
If the project property specified is a code value, CodePropertyValue is the value that is used in the comparison. If the specified property is not a code value, CodePropertyValue is ignored.
See also
Reference
CompareProjectProperty members