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.
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type GUID.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CODE_VALUE As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectCustomFieldsRow
Dim value As Guid
value = instance.CODE_VALUE
instance.CODE_VALUE = value
public Guid CODE_VALUE { get; set; }
Property value
Type: System.Guid
Remarks
For a code example, see QueueCreateProject.
See also
Reference
ProjectDataSet.ProjectCustomFieldsRow class