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


CompareProjectProperty.CodePropertyValue Property

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 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 Class

CompareProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

CodePropertyValueProperty