Filter.CustomField.PropertyType 属性
获取或设置自定义的字段的属性类型。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Property PropertyType As Filter.PropertyTypeEnum
Get
Set
用法
Dim instance As Filter.CustomField
Dim value As Filter.PropertyTypeEnum
value = instance.PropertyType
instance.PropertyType = value
public Filter.PropertyTypeEnum PropertyType { get; set; }
属性值
类型:Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnum
备注
PropertyType可以是Filter.PropertyTypeEnum常量之一。