Filter.FieldCollection Class
This API is not CLS-compliant. The CLS-compliant alternative is .
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>
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.