Share via


LookupTableCheckInPostEventArgs.LookupTables property

Gets the collection of GUIDs that are associated with the lookup table that has been checked in.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property LookupTables As Guid()
    Get
'Usage
Dim instance As LookupTableCheckInPostEventArgs
Dim value As Guid()

value = instance.LookupTables
public Guid[] LookupTables { get; }

Property value

Type: []

See also

Reference

LookupTableCheckInPostEventArgs class

LookupTableCheckInPostEventArgs members

Microsoft.Office.Project.Server.Events namespace