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 CustomField.Type value for this custom field.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property FIELD_TYPE_ENUM As Byte
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectCustomFieldsRow
Dim value As Byte
value = instance.FIELD_TYPE_ENUM
instance.FIELD_TYPE_ENUM = value
public byte FIELD_TYPE_ENUM { get; set; }
Property value
Type: System.Byte
Remarks
For a code example, see QueueCreateProject.
See also
Reference
ProjectDataSet.ProjectCustomFieldsRow class