Filter.CustomField.PropertyType Property

The property type of the custom field.

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

Syntax

'Declaration
Public Property PropertyType As Filter.PropertyTypeEnum
    Get
    Set
'Usage
Dim instance As Filter.CustomField
Dim value As Filter.PropertyTypeEnum

value = instance.PropertyType

instance.PropertyType = value
public Filter.PropertyTypeEnum PropertyType { get; set; }

Property Value

Type: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnum

Remarks

PropertyType can be one of the Filter.PropertyTypeEnum constants.

See Also

Reference

Filter.CustomField Class

Filter.CustomField Members

Microsoft.Office.Project.Server.Library Namespace