CustomField.LookupTable property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property LookupTable As LookupTable
Get
Set
'Usage
Dim instance As CustomField
Dim value As LookupTable
value = instance.LookupTable
instance.LookupTable = value
public LookupTable LookupTable { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.LookupTable