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