CustomField.tableName Property
Namespace: Microsoft.Office.Project.Server.Library.FilterSchema
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property tableName As String
Get
Set
'Usage
Dim instance As CustomField
Dim value As String
value = instance.tableName
instance.tableName = value
public string tableName { get; set; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace