Filter.PropertyTypeEnum enumeration

Specifies the custom field property type for a filter.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration PropertyTypeEnum
'Usage
Dim instance As Filter.PropertyTypeEnum
[SerializableAttribute]
public enum PropertyTypeEnum

Members

Member name Description
FlagValue Value=0. A flag value.
TextValue Value=1. A string value.
DateValue Value=2. A date value.
DurValue Value=3. A duration value.
NumValue Value=4. A number value.
CodeValue Value=5. A code value.
DurFmt Value=6. A duration format value.

Remarks

For more information, see the PropertyType property.

See also

Reference

Microsoft.Office.Project.Server.Library namespace