Filter.CustomField.PropertyType property
Gets or sets 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.