LookupTablePostEventArgs.LookupTableInformation property
Gets a dataset that contains multilanguage custom field lookup tables.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property LookupTableInformation As LookupTableMultiLangDataSet
Get
Set
'Usage
Dim instance As LookupTablePostEventArgs
Dim value As LookupTableMultiLangDataSet
value = instance.LookupTableInformation
instance.LookupTableInformation = value
public LookupTableMultiLangDataSet LookupTableInformation { get; set; }
Property value
Type: LookupTableMultiLangDataSet
See also
Reference
LookupTablePostEventArgs class