Filter.Field constructor (String)
Instantiates a Field object with the specified name, to be used in a Filter object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
fieldName As String _
)
'Usage
Dim fieldName As String
Dim instance As New Filter.Field(fieldName)
public Field(
string fieldName
)
Parameters
fieldName
Type: System.StringThe name of the field.