CubeAdminPostCubeProcessEventArgs.RequestUID Property
Gets the GUID of a request for data or metadata from the OLAP database.
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 RequestUID As Guid
Get
'Usage
Dim instance As CubeAdminPostCubeProcessEventArgs
Dim value As Guid
value = instance.RequestUID
public Guid RequestUID { get; }
Property Value
Type: System.Guid
See Also
Reference
CubeAdminPostCubeProcessEventArgs Class