Share via


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

LookupTablePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace