LookupTablePostEventArgs.LookupTableInformation Property
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