Filter.Field Constructor (String, String)
Instantiates a Field object with the specified name and table 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 ( _
tableName As String, _
fieldName As String _
)
'Usage
Dim tableName As String
Dim fieldName As String
Dim instance As New Filter.Field(tableName, _
fieldName)
public Field(
string tableName,
string fieldName
)
Parameters
- tableName
Type: System.String
The name of the field table.
- fieldName
Type: System.String
The name of the field.