Filter.FieldBase Constructor (String)
Instantiates a FieldBase object with the specified name.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Protected Sub New ( _
fieldName As String _
)
'Usage
Dim fieldName As String
Dim instance As New Filter.FieldBase(fieldName)
protected FieldBase(
string fieldName
)
Parameters
- fieldName
Type: System.String