Filter.FilterTableName property
Gets or sets the name of the DataTable to be filtered.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property FilterTableName As String
Get
Set
'Usage
Dim instance As Filter
Dim value As String
value = instance.FilterTableName
instance.FilterTableName = value
public string FilterTableName { get; set; }
Property value
Type: System.String
Remarks
For an example of using the FilterTableName object, see the GetResourceFilter method in the code example for the CreateResources method.