Share via


Filter.CustomField.PropertyColumnName property

Gets the name of the custom field property type.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyColumnName As String
    Get
'Usage
Dim instance As Filter.CustomField
Dim value As String

value = instance.PropertyColumnName
public string PropertyColumnName { get; }

Property value

Type: System.String

Remarks

The custom field property type name can be one of the following:

  • FLAG_VALUE

  • TEXT_VALUE

  • DATE_VALUE

  • CODE_VALUE

  • DUR_VALUE

  • NUM_VALUE

  • DUR_FMT

See also

Reference

Filter.CustomField class

Filter.CustomField members

Microsoft.Office.Project.Server.Library namespace