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.