Filter.FieldBase construtor (String)
Instancia um objeto FieldBase com o nome especificado.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Protected Sub New ( _
fieldName As String _
)
'Uso
Dim fieldName As String
Dim instance As New Filter.FieldBase(fieldName)
protected FieldBase(
string fieldName
)
Parâmetros
- fieldName
Tipo: System.String