Filter.Fields Property
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Fields As Filter.FieldCollection
Get
'Usage
Dim instance As Filter
Dim value As Filter.FieldCollection
value = instance.Fields
[CLSCompliantAttribute(false)]
public Filter.FieldCollection Fields { get; }
Property Value
Type: Microsoft.Office.Project.Server.Library.Filter.FieldCollection