Filter.CustomField constructor (String, Guid, Filter.PropertyTypeEnum)
Instantiates a Filter.CustomField object with the specified DataTable name, custom field GUID, and property type.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String, _
customFieldUid As Guid, _
propertyType As Filter.PropertyTypeEnum _
)
'Usage
Dim tableName As String
Dim customFieldUid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim instance As New Filter.CustomField(tableName, _
customFieldUid, propertyType)
public CustomField(
string tableName,
Guid customFieldUid,
Filter.PropertyTypeEnum propertyType
)
Parameters
tableName
Type: System.StringThe name of the DataTable; for example, the ResourceDataSet.ResourceCustomFields table.
customFieldUid
Type: System.GuidThe GUID of the custom field.
propertyType
Type: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnumThe type of the custom field property.