CustomField.LookupTable property
Gets or sets the LookupTable object for a text custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property LookupTable As LookupTable
Get
Set
'Usage
Dim instance As CustomField
Dim value As LookupTable
value = instance.LookupTable
instance.LookupTable = value
[RemoteAttribute]
public LookupTable LookupTable { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.LookupTable
The lookup table that the custom field uses.