Filter.FieldCollection Class
A collection of Filter.FieldBase fields.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<Filter.FieldBase>
Microsoft.Office.Project.Server.Library.Filter.FieldCollection
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class FieldCollection _
Inherits List(Of Filter.FieldBase)
'Usage
Dim instance As Filter.FieldCollection
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class FieldCollection : List<Filter.FieldBase>
Remarks
The nominal values in this class are unsigned types that make them unavailable for CLS use.
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.