Filter.CustomField class
Represents an instance of a custom field when constructing a filter.
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.Filter.FieldBase
Microsoft.Office.Project.Server.Library.Filter.CustomField
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CustomField _
Inherits Filter.FieldBase
'Usage
Dim instance As Filter.CustomField
[SerializableAttribute]
public class CustomField : Filter.FieldBase
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.