Filter.CustomField.PropertyType Property
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