Compartir a través de


LookupTableDeletePostEventArgs.LookupTables Property

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

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 LookupTableDeletePostEventArgs
Dim value As Guid()

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

Property Value

Type: []

See Also

Reference

LookupTableDeletePostEventArgs Class

LookupTableDeletePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace