Share via


ResourceDataSet.ResourceCustomFieldsRow.FIELD_TYPE_ENUM Property

Gets or sets the PSDataType value for this custom field.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property FIELD_TYPE_ENUM As Byte
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourceCustomFieldsRow
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

See Also

Reference

ResourceDataSet.ResourceCustomFieldsRow Class

ResourceDataSet.ResourceCustomFieldsRow Members

Resource Web Service