Share via


Filter.Fields property

The nominal values in this class are unsigned types that make them unavailable for CLS use.

This API is not CLS-compliant. 

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property Fields As Filter.FieldCollection
    Get
    Set
'Usage
Dim instance As Filter
Dim value As Filter.FieldCollection

value = instance.Fields

instance.Fields = value
[CLSCompliantAttribute(false)]
public Filter.FieldCollection Fields { get; set; }

Property value

Type: Microsoft.Office.Project.Server.Library.Filter.FieldCollection

Remarks

The Fields property is a collection of Filter.Field objects that are used when constructing a filter.

See also

Reference

Filter class

Filter members

Microsoft.Office.Project.Server.Library namespace