LookupTableCheckOutPostEventArgs.LookupTables property
Gets the collection of GUIDs that are associated with the lookup table that is checked out.
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 LookupTableCheckOutPostEventArgs
Dim value As Guid()
value = instance.LookupTables
public Guid[] LookupTables { get; }
Property value
Type: []
See also
Reference
LookupTableCheckOutPostEventArgs class