Filter.FieldBase.FormatFieldName Method
Formats the field name by itself, or formats the field name with the DataTable name if the field is already part of a filter.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function FormatFieldName As String
'Usage
Dim instance As Filter.FieldBase
Dim returnValue As String
returnValue = instance.FormatFieldName()
public string FormatFieldName()
Return Value
Type: System.String