ReportingPostUserViewChangedEventArgs.UserViewName property
Gets a string that contains the name of the user view that was regenerated.
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 UserViewName As String
Get
'Usage
Dim instance As ReportingPostUserViewChangedEventArgs
Dim value As String
value = instance.UserViewName
public string UserViewName { get; }
Property value
Type: System.String
See also
Reference
ReportingPostUserViewChangedEventArgs class