ReportingPostLookupTableCreatedEventArgs.LookupTableGuid Property
Gets a collection of GUIDs that are associated with the lookup table that has been created.
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 LookupTableGuid As Guid
Get
'Usage
Dim instance As ReportingPostLookupTableCreatedEventArgs
Dim value As Guid
value = instance.LookupTableGuid
public Guid LookupTableGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
ReportingPostLookupTableCreatedEventArgs Class