CustomField.customFieldType Property
Namespace: Microsoft.Office.Project.Server.Library.FilterSchema
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property customFieldType As CustomFieldType
Get
Set
'Usage
Dim instance As CustomField
Dim value As CustomFieldType
value = instance.customFieldType
instance.customFieldType = value
public CustomFieldType customFieldType { get; set; }
Property Value
Type: Microsoft.Office.Project.Server.Library.FilterSchema.CustomFieldType
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace