ViewConstants.FieldType Enumeration
Reserved for internal use. Specifies the type of field in a view.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration FieldType
'Usage
Dim instance As ViewConstants.FieldType
public enum FieldType
Members
Member name | Description | |
---|---|---|
UnknownField | Value = -1. An unknown field. | |
IntrinsicField | Value = 0. An intrinsic field. | |
EnterpriseCustomField | Value = 1. An enterprise custom field. | |
LocalCustomField | Value = 2. A local custom field. |