Share via


ProjectPropertyValues.CodeValue property

Gets or sets the value of a code property.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CodeValue As Guid
    Get
    Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As Guid

value = instance.CodeValue

instance.CodeValue = value
[DataMemberAttribute]
public Guid CodeValue { get; set; }

Property value

Type: System.Guid
A GUID value.

See also

Reference

ProjectPropertyValues class

ProjectPropertyValues members

Microsoft.Office.Project.Server.Library namespace