Share via


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

value = instance.CodePropertyValue

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

Property value

Type: System.Guid
The GUID for a code property value.

Remarks

If the project property that is specified is a code value, CodePropertyValue is the value that is used for the update. If the specified property is not a code value, CodePropertyValue is ignored.

See also

Reference

UpdateProjectProperty class

UpdateProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

CodePropertyValueProperty